Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How do I change the scale or input a a large amount of row observationfrom Excel?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mochammad Rhadityo Widiastomo
am 19 Dez. 2018
Geschlossen: MATLAB Answer Bot
am 20 Aug. 2021
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 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!