Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do I change the scale or input a a large amount of row observationfrom Excel?

1 回表示 (過去 30 日間)
Mochammad Rhadityo Widiastomo
Mochammad Rhadityo Widiastomo 2018 年 12 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 :
using tabular/plot Too many input arguments.
y = Ppvproto([24:756],'PVPower')
ylim([0 10])
xlim([0 13])
plot(y,'.')

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by