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

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