at third row, the two quotation marks are needn't, After I removed the quotes he still showed the problem, just the fluid in the prompt changed to cyclopentane.
I am trying to use matlab with refprop, but it shows [SETUP error 101] error in opening file for component # 1; filename = (C:\Program Files (x86)\REFPROP\fluids\fluid.fld).
21 次查看(过去 30 天)
显示 更早的评论
fluid='cyclopentane'
T1=348.15;
P1=refpropm('P','T',T1,'Q',1,'fluid');
采纳的回答
nick
2023-10-6
编辑:nick
2023-11-17
Hi Junyuan Jiao,
I understand that you are facing an issue related to using REFPROP with MATLAB R2022a.
As of REFPROP 10, it is no longer supported with MATLAB. Since the documentation of REFPROP was updated 2 years ago, I assume that since MATLAB R2021a, the support has been withdrawn. You may refer to https://github.com/usnistgov/REFPROP-wrappers/tree/master/wrappers/MATLAB for more information.
Since the only interface that is supported between REFPROP and MATLAB is python, you can configure the system to use python modules in MATLAB by following this link: https://www.mathworks.com/help/matlab/matlab_external/install-supported-python-implementation.html .
Hope it helps,
Regards,
Neelanshu
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!