scatter command not working
Afficher commentaires plus anciens
xdata = exp_data.concentration;
ydata = exp_data.velocity;
scatter(xdata, ydata)
I'm a beginner and I'm practically following the tutorial to the letter, there doesn't seem to be any problem with the code but each time I try to run it, it won't work. The error message comes out as such;
Input arguments must be numeric, datetime, duration, or categorical.
Error in
scatter(xdata,ydata)
for the record, my code does not have 68 lines
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!