Error in file name

1 次查看(过去 30 天)
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.

采纳的回答

Walter Roberson
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.
  3 个评论
Walter Roberson
Walter Roberson 2020-6-12
ADC_readings = [21, 21,21, 22, 22, 22 etc] ./ 819.2;
Morne' Breitenbach
Morne' Breitenbach 2020-6-12
Thanks it works,

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by