zoomplotを使うことができません
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
松本 佑太
am 26 Feb. 2024
Kommentiert: 松本 佑太
am 27 Feb. 2024
初歩的な質問なのですが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
に従って操作を行っても実行出来なかったので解決策をご教授頂きたいです
0 Kommentare
Akzeptierte Antwort
Kojiro Saito
am 27 Feb. 2024
ZoomPlotという名前の関数はFile Exchangeに大文字・小文字の違いなど含めて何種類かあります。
現在入っているものは、アドオンからダウンロードした先がMATLAB Add-Ons\Functions\zoomPlot と小文字のzになっているので、おそらくはKelsey Bowerさんが作られたzoomPlotがインストールされているようです。
Weitere Antworten (1)
Atsushi Ueno
am 26 Feb. 2024
とありますが、「アドオンの入手」を使わずに手動でインストールした場合は、
C:\Users\yuta-\AppData\Roaming\MathWorks\MATLAB Add-Ons\Functions\zoomPlot
をパスに設定するか、当該フォルダ上でコマンドを実行する必要があります。
メニュー⇒ホーム⇒環境⇒パスの設定をクリック⇒フォルダの追加⇒上記フォルダを選択するだけです。
1 Kommentar
Siehe auch
Kategorien
Mehr zu ビッグ データの処理 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!