zoomplotを使うことができません
4 vues (au cours des 30 derniers jours)
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
に従って操作を行っても実行出来なかったので解決策をご教授頂きたいです
0 commentaires
Réponse acceptée
Kojiro Saito
le 27 Fév 2024
ZoomPlotという名前の関数はFile Exchangeに大文字・小文字の違いなど含めて何種類かあります。
現在入っているものは、アドオンからダウンロードした先がMATLAB Add-Ons\Functions\zoomPlot と小文字のzになっているので、おそらくはKelsey Bowerさんが作られたzoomPlotがインストールされているようです。
Plus de réponses (1)
Atsushi Ueno
le 26 Fév 2024
とありますが、「アドオンの入手」を使わずに手動でインストールした場合は、
C:\Users\yuta-\AppData\Roaming\MathWorks\MATLAB Add-Ons\Functions\zoomPlot
をパスに設定するか、当該フォルダ上でコマンドを実行する必要があります。
メニュー⇒ホーム⇒環境⇒パスの設定をクリック⇒フォルダの追加⇒上記フォルダを選択するだけです。
1 commentaire
Voir également
Catégories
En savoir plus sur ビッグ データの処理 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!