plot を関数として実行することはサポートされていません
56 views (last 30 days)
Show older comments
plotを実行すると
スクリプトplotを実行することはサポートされていません
とエラーが表示されます。エラーが出る前日までは普通に動いていたのですが急にエラーが出るようになりました。
解決策お願いします。
0 Comments
Accepted Answer
Atsushi Ueno
on 25 Sep 2021
上記の例に従えば、例えばplot.m というファイルが MATLAB 検索パスに含まれるフォルダ内に存在し、その内容がファンクション定義でないとき(function plot(X,Y)等、から始まっていない)に表示されます。
0 Comments
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!