Too many input arguments

1 次查看(过去 30 天)
Angie Burke
Angie Burke 2019-3-4
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 个评论
Guillaume
Guillaume 2019-3-4
what is
class(height)
class(femurlength)
?
Angie Burke
Angie Burke 2019-3-4
I have figured it out. I plotted table vs. table instead of maxtrics.
Thanks guys :)

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by