Can any one please tell why I am not getting the proper plot?

2 ビュー (過去 30 日間)
Gaurav Sharma
Gaurav Sharma 2018 年 12 月 3 日
回答済み: Aoi Midori 2018 年 12 月 3 日
I am trying to run the code but the plot I am getting different. The figure 2 in the code, the plot has x axis from 1-9 and y axis from -1 to 1. But the values of the XADJUSTEDn and YADJUSTEDn are varying between -1 to1 similarly the value of V is also vaying between -1 to 1. Then why My plot is showing x axis 1-9.
the code is given below.
pic.png

採用された回答

Aoi Midori
Aoi Midori 2018 年 12 月 3 日
I assume that the x axis 1-9 shows the number of column. How about:
plot(X,Y,'+');

その他の回答 (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