我用的是7.0
到第二步的时候就出现问题了:
>> mcc -m guimcc
To get started, select MATLAB Help or Demos from the Help menu.
??? Error: File "guimcc" not found.
然后我将 \MATLAB7\toolbox\compiler\deploy\matlabrc.m 中的
81行 set_param(0,'PaperType',defaultpaper);
82行 set_param(0,'PaperUnits',defaultunits);
注释掉之后,又重新编译了一次,
结果:>> mcc -m guimcc
To get started, select MATLAB Help or Demos from the Help menu.
??? Error: File "guimcc" not found.
这是为什么呢?