How do I plot a large amount of data?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mochammad Rhadityo Widiastomo
el 19 de Dic. de 2018
Comentada: madhan ravi
el 20 de Dic. de 2018
0 comentarios
Respuesta aceptada
madhan ravi
el 19 de Dic. de 2018
Editada: madhan ravi
el 19 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!