标签: matlab
我在MATLAB的mex here的文档中读到了以下内容:
-Ipathname :将路径名添加到文件夹列表以搜索 #include 文件。切换后不要添加空格。
如何让mex使用多个包含文件夹?我提供它们吗? -Ipath1 -Ipath2等?
答案 0 :(得分:11)
是;例如:
mex -Iinclude/path/one -Iinclude/path/two -I"include/path/with spaces" mymexfile.c