zoomplotを使うことができません
Mostrar comentarios más antiguos
初歩的な質問なのですが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
に従って操作を行っても実行出来なかったので解決策をご教授頂きたいです
Respuesta aceptada
Más respuestas (1)
Atsushi Ueno
el 26 de Feb. de 2024
0 votos

とありますが、「アドオンの入手」を使わずに手動でインストールした場合は、
C:\Users\yuta-\AppData\Roaming\MathWorks\MATLAB Add-Ons\Functions\zoomPlot
をパスに設定するか、当該フォルダ上でコマンドを実行する必要があります。
メニュー⇒ホーム⇒環境⇒パスの設定をクリック⇒フォルダの追加⇒上記フォルダを選択するだけです。
1 comentario
Categorías
Más información sobre 起動と終了 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!