Too many input arguments

1 回表示 (過去 30 日間)
Angie Burke
Angie Burke 2019 年 3 月 4 日
コメント済み: 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 Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by