Too many input arguments

1 vue (au cours des 30 derniers jours)
Angie Burke
Angie Burke le 4 Mar 2019
Commenté : Angie Burke le 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 commentaires
Guillaume
Guillaume le 4 Mar 2019
what is
class(height)
class(femurlength)
?
Angie Burke
Angie Burke le 4 Mar 2019
I have figured it out. I plotted table vs. table instead of maxtrics.
Thanks guys :)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by