Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
-f命令行参数mex允许指定mexopts.sh我们希望使用的位置。但是有没有办法告诉 Matlab 忽略mexopts.sh?为了编译特定的 MEX 文件,我需要CC在CFLAGS调用mex. 已经给出的值mexopts.sh会导致冲突并导致mex失败。
-f
mex
mexopts.sh
CC
CFLAGS
谢谢!