- 积分
- 13
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-11-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
因为画图,所以今天在MATLAB中安装了m_map,之后还写了几个m文件,后来MATLAB突然卡住,就关了,之后再打开,就显示如下:
Warning: Directory access failure: C:\Program
Files\MATLAB\R2010b\toolbox\m_mapC:\Program
Files\MATLAB\R2010b\toolbox\matlab\general.
Undefined function or variable 'ispc'.
Warning: MATLAB did not appear to successfully set the search path. To recover for this session of
MATLAB, type "restoredefaultpath;matlabrc". To find out how to avoid this warning the next time you
start MATLAB, type "docsearch problem path" after recovering for this session.
Warning: Duplicate directory name: C:\Program Files\MATLAB\R2010b\toolbox\local.
Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'usejava' for input arguments of type 'char'.
> In matlabrc at 100
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'usejava' for input arguments of type 'char'.
> In matlabrc at 123
想要打开m文件,就显示:
??? Undefined function or method 'usejava' for input arguments of type 'char'.
Error in ==> warnfiguredialog at 12
if usejava('jvm') && ~feature('ShowFigureWindows')
Error in ==> dialog at 37
warnfiguredialog('dialog');
Error in ==> msgbox at 223
figureHandle=dialog( ...
Error in ==> errordlg at 60
handle = msgbox(ErrorStringCell,DlgName,'error',Replace);
Error in ==> uiopen at 216
errordlg(ex.getReport('basic', 'hyperlinks', 'off'));
新手求大神帮忙解决~
|
|