プロパティ インスペクターが表示されません
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Takayuki Seki
el 2 de Nov. de 2018
Comentada: Takayuki Seki
el 4 de Nov. de 2018
plotコマンドにて表示されたfigureの要素をダブルクリックして プロパティインスペクタを表示しようとするとエラーが発生します。 Windows 7 pro + Matlab2018bの環境で発生します。 ちなみに2015aSP1では発生しません。
発生理由と対応方法を教えてください。

0 comentarios
Respuesta aceptada
Kazuya
el 4 de Nov. de 2018
restoredefaultpath
rehash toolboxcache
と実行してパス設定の初期化を試してみてはいかがでしょう?この時点ではパス設定は初期化されますが、保存はされないので、MATLABを再起動すると元に戻ります。この状態でエラーが起こらないようであれば(そしてそのまま設定を保存してよければ)
savepath
原因を探りたい場合には、
which -all pathdef
で表示されるファイルのバックアップを取っておいて、差分を検証してみてください。
Más respuestas (1)
madhan ravi
el 2 de Nov. de 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 comentarios
madhan ravi
el 2 de Nov. de 2018
Anytime :),if you find the answer to be working out make sure to accept the answer
Ver también
Categorías
Más información sobre 検索パス en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!