|
|
我安装了 LINUX版的 MATLAB7 sp2 发现一些在WINDOWS MATLAB7 下已经跑通的程序无法运行,现象如下:
运行命令 ./matlab -nojvm 出现如下错误
Undefined function or variable "ispc".
Warning: MATLAB did not appear to successfully set the search path. To avoid this
warning the next time you start MATLAB, use
http://www.mathworks.com/access/ ... c/ref/pathdef.shtml
to help troubleshoot the "pathdef.m" file. To recover for this session
of MATLAB, type "restoredefaultpath;matlabrc".
??? Undefined command/function 'colordef'.
Error in ==> hgrc at 59
colordef(0,'white') % Set up for white defaults
Error in ==> matlabrc at 91
Hgrc
运行命令 clc 出错 ??? Undefined function or variable "clc". 第二次运行时正常
调用/toolbox/comm/下的库函数bch_enc出错
??? Error using ==> comm/private/bchnumerr
The values for N and K do not produce a valid narrow-sense BCH code.
这个程序在WINDOWS MATLAB7 下已经跑通,不知道为什么在LINUX版的 MATLAB7下却不能运行 |
|