Error in file name
1 回表示 (過去 30 日間)
古いコメントを表示
Morne' Breitenbach
2020 年 6 月 12 日
コメント済み: Morne' Breitenbach
2020 年 6 月 12 日
Hello.
For some reason Matlab thinks that I'm calling a function but I don't want it to. What I would like it to do is plot the points on a graph. Heres an image of what its saying.

0 件のコメント
採用された回答
Walter Roberson
2020 年 6 月 12 日
ADC_readings = [21, 21,21, 22, 22, 22 etc];
You were using () instead of [] to try to construct a list.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!