No match builtin function available for set_param.bi
To resolve this issue, you should modify the following file:
$MATLAB/toolbox/compiler/deploy/matlabrc.m
(where $MATLAB = the MATLAB root directory on your machine)
Comment out the following lines (numbers 81 and 82) that have a call to SET_PARAM.
set_param(0,'PaperType',defaultpaper);
set_param(0,'PaperUnits',defaultunits);
When you are finished, save these changes and issue the following command at the MATLAB command prompt:
rehash toolboxcache
("Comment out "means to add a smybol "%"to the front of a sentance,)
英语的意思就是把这两行的命令给注释掉,然后在主窗口中,输入 rehash toolboxcache ,然后Enter 就可以了。我试过的!
转自 ,很好使!
阅读(2088) | 评论(0) | 转发(0) |