Files
CoolProp/wrappers/MATLAB/test.m
2014-11-20 18:48:39 +01:00

7 lines
120 B
Mathematica

try
disp('NBP of water is:')
CoolProp.PropsSI('T','P',101325,'Q',0,'Water')
exit
catch err
error('err')
end