プロパティ インスペクターが表示されません

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

Respuesta aceptada

Kazuya
Kazuya el 4 de Nov. de 2018
restoredefaultpath
rehash toolboxcache
と実行してパス設定の初期化を試してみてはいかがでしょう?この時点ではパス設定は初期化されますが、保存はされないので、MATLABを再起動すると元に戻ります。この状態でエラーが起こらないようであれば(そしてそのまま設定を保存してよければ)
savepath
原因を探りたい場合には、
which -all pathdef
で表示されるファイルのバックアップを取っておいて、差分を検証してみてください。
  1 comentario
Takayuki Seki
Takayuki Seki el 4 de Nov. de 2018
Kazuyaさん
丁寧な回答ありがとうございます。
本件仰る通りパスの問題で旧バージョンで内製したライブラリを移植した際に内製コマンド(strjoinコマンド)がmatlab純正コマンドとコンフリクトしていたのがそもそもの原因でした。
ライブラリの関数名も気をつけないとなりませんね。
的確なアドバイスありがとうございました。

Iniciar sesión para comentar.

Más respuestas (1)

madhan ravi
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
madhan ravi el 2 de Nov. de 2018
Anytime :),if you find the answer to be working out make sure to accept the answer
Takayuki Seki
Takayuki Seki el 2 de Nov. de 2018
I could resolved above problem myself. Thank you.

Iniciar sesión para comentar.

Categorías

Más información sobre 検索パス en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!