「関数としてスクリプト***を実行しようとしています」というエラーが出るのはなぜですか?
Show older comments
「関数としてスクリプト***を実行しようとしています」というエラーが出るのはなぜですか?
独自に作成したfftアルゴリズムをテストするために以下の簡単なプログラムを実行すると、上に示したようなエラーメッセージが表示されます。
a=rand(100,1);
fft1(a)
Accepted Answer
More Answers (0)
Categories
Find more on 関数 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!