Error in file name
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Morne' Breitenbach
il 12 Giu 2020
Commentato: Morne' Breitenbach
il 12 Giu 2020
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 Commenti
Risposta accettata
Walter Roberson
il 12 Giu 2020
ADC_readings = [21, 21,21, 22, 22, 22 etc];
You were using () instead of [] to try to construct a list.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!