Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How do I change the scale or input a a large amount of row observationfrom Excel?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am tryning to plot power data with the function of time(minutes).
The dat is between 0 and 10 kW and should be plotted by Y axis. The problem is there are too many of observation rows due the scale being in minutes, around 700 hundred of them.Ex:
[0.223 0.229 0.232..........]
How do I scale it so in the plot the scale of Y axis is only between 0 - 10 kW
I tried this formula, but all I got is an empty plot with Y- axis, 0 to 10 and X-axis, 0 to 13. Along with Error :
y = Ppvproto([24:756],'PVPower')
ylim([0 10])
xlim([0 13])
plot(y,'.')
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!