close
Warning: You are using gcc version '4.9.2'. The version of gcc is not supported. The version currently supported with mex is 4.7.x
Solution: change the gcc compiler to version 4.7 by the following mex command.
mex -v GCC='/usr/bin/gcc-4.7' MySourceCode.c
全站熱搜