概述
问题
打开属性检查器出现了如下错误!
错误使用 event.listener
参数 'source' 必须为句柄元胞数组。
出错 matlab.graphics.internal.propertyinspector.PropertyInspectorManager/inspectObj (第 585 行)
this.PropertyChangedListener = event.listener(inspectorDocument.ViewModel,
'DataChange', ...
出错 matlab.graphics.internal.propertyinspector.PropertyInspectorManager/showInspector (第 354 行)
this.inspectObj(objToInspect);
出错 matlab.graphics.internal.propertyinspector.propertyinspector (第 111 行)
hInspectorMgnr.showInspector(hObjs);
出错 matlab.graphics.internal.propertyinspector.propertyinspector (第 18 行)
matlab.graphics.internal.propertyinspector.propertyinspector('show');
出错 viewmenufcn (第 52 行)
matlab.graphics.internal.propertyinspector.propertyinspector('toggle');
计算 Menu Callback 时出错。
解决方法
在命令行窗口输入以下三个命令:
restoredefaultpath
rehash toolboxcache
savepath
问题得以解决! 此时可以正常打开属性检查器!
最后
以上就是怡然自行车为你收集整理的Matlab打开属性检查器出错问题问题解决方法的全部内容,希望文章能够帮你解决Matlab打开属性检查器出错问题问题解决方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复