概述
错误使用 feature,输入参数太多
Matlab报错:
In matlabrc (line 75)
错误使用 exist
存在的第一个输入必须为字符串标量或字符向量。
出错 userpath (line 57)
if ~exist(p,‘dir’) || ~isAbsolute§
Exception in thread “Thread-10”: java.lang.ClassCastException: [D cannot be cast to [Ljava.lang.Object;
at com.mathworks.mde.desk.LoginStatusIndicator.setIsLNUMatlab(LoginStatusIndicator.java:504)
at com.mathworks.mde.desk.LoginStatusIndicator.initialSetupAfterConnector(LoginStatusIndicator.java:156)
at com.mathworks.mde.desk.LoginStatusIndicatorLoader$1.run(LoginStatusIndicatorLoader.java:52)
at com.mathworks.mde.desk.LoginStatusIndicatorLoader$3.run(LoginStatusIndicatorLoader.java:90)
at java.lang.Thread.run(Thread.java:748)
警告: 初始化 MATLAB 图形失败。
这表明您的 MATLAB 设置中可能存在严重问题,应尽快解决。检测到的错误为:
MATLAB:TooManyInputs
输入参数太多。
警告: 执行 ‘onCleanup’ 类析构函数时,捕获到以下错误:
错误使用 feature
输入参数太多。”**
In hgrc (line 163)
In matlab.graphics.internal.initialize (line 15)
警告: 执行 ‘onCleanup’ 类析构函数时,捕获到以下错误:
错误使用 feature
输入参数太多。
出错 matlab.internal.codingui.warmupProgrammingAids
出错 onCleanup/delete (line 80)
obj.task();
出错 matlab.internal.codingui.warmupProgrammingAids
问题分析:定义/使用了和Matlab同名的函数:feature.m,
解决办法:删除或更改 feature.m同名文件
最后
以上就是明理乌龟为你收集整理的In hgrc (line 163) In matlabrc (line 75)的全部内容,希望文章能够帮你解决In hgrc (line 163) In matlabrc (line 75)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复