cstdlib: No such file or directory

Hello, I am trying to compile mex function
clear
clc
mex vfi_mex.c -I"../CRoutines"
But then I got an error message as below
..\CRoutines/blitz/compiler.h:132:19: fatal error: cstdlib: No such file or directory
How can I solve this?
Thanks in advance

1 个评论

That is the C++ standard library. Make sure your C++ is fully installed.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by