我在这里阅读MATLAB的mex文档如下:
-Ipathname:将路径名添加到文件列表以搜索#include 文件.切换后请勿添加空格.
如何让mex使用多个包含文件夹?我是否将它们作为-Ipath1 -Ipath2等提供?
Pra*_*ian 11
是; 例如:
mex -Iinclude/path/one -Iinclude/path/two -I"include/path/with spaces" mymexfile.c 
Run Code Online (Sandbox Code Playgroud)
        |   归档时间:  |  
           
  |  
        
|   查看次数:  |  
           5578 次  |  
        
|   最近记录:  |