How do I plot a large amount of data?
1 view (last 30 days)
Show older comments
Accepted Answer
madhan ravi
on 19 Dec 2018
Edited: madhan ravi
on 19 Dec 2018
x=1:733;
y=Ppvproto.PVPower(24:756);
plot(x,y,'.')% % if it doesn’t work upload your excel file which reveals the entire contents
4 Comments
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!