Matlab ploting graph error
Mostrar comentarios más antiguos
Anyone knows why i am getting error where when i plot this graph, I will be much appreciated thanks: )

Respuestas (1)
Cris LaPierre
el 25 de Mzo. de 2022
It looks like you forgot to include out in your variable name. Perhaps something like this will work? (untested)
plot(out.pvvoltage66.Data,out.pvcurrent66.Data)
1 comentario
Karam Karas
el 25 de Mzo. de 2022
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!