Matlab Problem Write a matlab program that asks the user to
Matlab Problem:
Write a matlab program that asks the user to enter the pressure(pa,psi,atm,torr), its current units and the desired new units to convert the value of the pressure from current units to the new desired units.
Thanks
Solution
r = input(\"input your pressure vector\")
cur = input(\"input current unit\")
des = input(\"input desired unit\")
The resultant pressure vector contains in output variable
