Can any one please tell why I am not getting the proper plot?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.

댓글 수: 0
채택된 답변
Aoi Midori
2018년 12월 3일
I assume that the x axis 1-9 shows the number of column. How about:
plot(X,Y,'+');
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!