Error in file name

조회 수: 2 (최근 30일)
Morne' Breitenbach
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.

채택된 답변

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에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by