Too many input arguments

1 visualizzazione (ultimi 30 giorni)
Angie Burke
Angie Burke il 4 Mar 2019
Commentato: Angie Burke il 4 Mar 2019
corr = importfile1('corr.txt', 1, 10);
height = corr(:, 1);
femurlength = corr(:,2);
plot(height, femurlength)
Error:
Error using tabular/plot
Too many input arguments.
Error in task3 (line 4)
plot(height, femurlength)
  3 Commenti
Guillaume
Guillaume il 4 Mar 2019
what is
class(height)
class(femurlength)
?
Angie Burke
Angie Burke il 4 Mar 2019
I have figured it out. I plotted table vs. table instead of maxtrics.
Thanks guys :)

Accedi per commentare.

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by