zoomplotを使うことができません
Afficher commentaires plus anciens
初歩的な質問なのですがzoomplotを使おうとすると
zp = BaseZoom();
zp.plot;
関数または変数 'BaseZoom' が認識されません。
と表示されてしまいます.
C:\Users\yuta-\Matlab 上でコードを実行しており,
zoomPlotは
C:\Users\yuta-\AppData\Roaming\MathWorks\MATLAB Add-Ons\Functions\zoomPlot
に存在しています.
ディレクトリの問題なのか何なのか分からないですが,https://qiita.com/eigs/items/b6edb95a5193abed5c8a
に従って操作を行っても実行出来なかったので解決策をご教授頂きたいです
Réponse acceptée
Plus de réponses (1)
Atsushi Ueno
le 26 Fév 2024
0 votes

とありますが、「アドオンの入手」を使わずに手動でインストールした場合は、
C:\Users\yuta-\AppData\Roaming\MathWorks\MATLAB Add-Ons\Functions\zoomPlot
をパスに設定するか、当該フォルダ上でコマンドを実行する必要があります。
メニュー⇒ホーム⇒環境⇒パスの設定をクリック⇒フォルダの追加⇒上記フォルダを選択するだけです。
1 commentaire
Catégories
En savoir plus sur 起動と終了 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!