How do I plot a large amount of data?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
madhan ravi
il 19 Dic 2018
Modificato: madhan ravi
il 19 Dic 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import from MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!