フィルターのクリア

Error in Plot Function

1 回表示 (過去 30 日間)
John Carroll
John Carroll 2021 年 2 月 17 日
コメント済み: Walter Roberson 2021 年 2 月 17 日
I am reciving the following error when trying to plot:
Error using plot
Vectors must be the same length.
Error in lab2 (line 50)
plot(X2,twoHZ,'b--');
code:
figure (1)
subplot(2,3,1)
plot(X2,twoHZ,'b--');
xlabel('time(sec)')
ylabel('height (m)')
title('Two Hz')
Any help would be much apprciated!
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 2 月 17 日
We do not know what the sizes of X2 and twoHZ are, or how they are constructed.
All we know from the error message is that X2 and twoHZ are different sizes.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by