필터 지우기
필터 지우기

Using CoolProp in Mac OS MONTEREY

조회 수: 5 (최근 30일)
ANDREA PLANU
ANDREA PLANU 2022년 10월 21일
답변: Sourabh 2023년 2월 24일
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
ANDREA PLANU
ANDREA PLANU 2022년 10월 23일
i tried to open it from finder
Rik
Rik 2022년 10월 23일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sourabh
Sourabh 2023년 2월 24일
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:

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by