プロパティ インスペクターが表示されません
4 次查看(过去 30 天)
显示 更早的评论
plotコマンドにて表示されたfigureの要素をダブルクリックして プロパティインスペクタを表示しようとするとエラーが発生します。 Windows 7 pro + Matlab2018bの環境で発生します。 ちなみに2015aSP1では発生しません。
発生理由と対応方法を教えてください。

0 个评论
采纳的回答
Kazuya
2018-11-4
restoredefaultpath
rehash toolboxcache
と実行してパス設定の初期化を試してみてはいかがでしょう?この時点ではパス設定は初期化されますが、保存はされないので、MATLABを再起動すると元に戻ります。この状態でエラーが起こらないようであれば(そしてそのまま設定を保存してよければ)
savepath
原因を探りたい場合には、
which -all pathdef
で表示されるファイルのバックアップを取っておいて、差分を検証してみてください。
更多回答(1 个)
madhan ravi
2018-11-2
The best option is to contact mathwork support team by clicking the Contact Us button on the top right corner of this page.
2 个评论
madhan ravi
2018-11-2
Anytime :),if you find the answer to be working out make sure to accept the answer
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!