scatter command not working
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!