Error in file name
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Morne' Breitenbach
le 12 Juin 2020
Commenté : Morne' Breitenbach
le 12 Juin 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 commentaires
Réponse acceptée
Walter Roberson
le 12 Juin 2020
ADC_readings = [21, 21,21, 22, 22, 22 etc];
You were using () instead of [] to try to construct a list.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!