Chinaunix首页 | 论坛 | 博客
  • 博客访问: 41852
  • 博文数量: 7
  • 博客积分: 162
  • 博客等级: 入伍新兵
  • 技术积分: 80
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-20 06:47
文章分类
文章存档

2011年(7)

我的朋友

分类: 嵌入式

2011-05-19 14:16:25

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) |
给主人留下些什么吧!~~