Why does my graph plot show a horizontal line?

My Matlab ver is 2017b
I want to get rid of that horizontal line or at least know what it meant.
This is my code.
figure
plot(num(:,8),num(:,10))
title('xyz');
xlabel('x');
ylabel('y');
grid on;

2 件のコメント

Alex Mcaulley
Alex Mcaulley 2019 年 11 月 15 日
I guess that your last 'x' value is 0 (and the previous one is ~21), then you obtain the horizontal line
XH K
XH K 2019 年 11 月 15 日
oh yes.. thanks. I see it now. I didnt realised the line is connected to the last value.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLine Plots についてさらに検索

質問済み:

2019 年 11 月 15 日

コメント済み:

2019 年 11 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by