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

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

Risposta accettata

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

Accedi per commentare.

Più risposte (1)

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

Accedi per commentare.

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!