usnistgov / REFPROP-wrappers

Wrappers around NIST REFPROP for languages such as Python, MATLAB, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors when trying to generate tables from MATLAB

yahavmorag opened this issue · comments

Hello,
trying to generate REFPROP tables from Matlab using by running thw file refprop_example.m
refprop_example.txt

REFRPROP (DLL VERSION 10.0) is running in the background

I get this error:

Error using loadlibrary
Failed to preprocess the input file.
Output from preprocessor is:'cl' is not recognized as an internal or external command,
operable program or batch file.

Error in refpropm (line 242)
[,] = loadlibrary(strcat(BasePath,dllName),prototype,'alias',libName);.

Thank you!

The refpropm interface is no longer supported. Please move to the python-based one.

The problem here is that you need to install a compiler.