Borrar filtros
Borrar filtros

Using CoolProp in Mac OS MONTEREY

5 visualizaciones (últimos 30 días)
ANDREA PLANU
ANDREA PLANU el 21 de Oct. de 2022
Respondida: Sourabh el 24 de Feb. de 2023
hi, I would like to use CoolProp in MATLAB. I saved the files it in my system and added the path, but still it is showing an error. Can anyone tell me where it is going wrong? thanks a lot
  3 comentarios
ANDREA PLANU
ANDREA PLANU el 23 de Oct. de 2022
i tried to open it from finder
Rik
Rik el 23 de Oct. de 2022
You should call it as a function. A mex file is a compiled function, similar to a dll or exe. You shouldn't open it through finder because you will not be able to use it that way.

Iniciar sesión para comentar.

Respuestas (1)

Sourabh
Sourabh el 24 de Feb. de 2023
Hi Andrea,
It looks like you are trying to open the MEX file from Finder.
Instead, it should be called as a function while making sure that it is in your MATLAB path. If the file is not in your current search path, you can add it by using the addpath command.
You can find out more information about MEX functions and how they work from the documentation:
If you want to play around with MEX functions, MathWorks also provides example files that you can use as a starting point for making your own MEX functions:

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by