Matlab ploting graph error
Afficher commentaires plus anciens
Anyone knows why i am getting error where when i plot this graph, I will be much appreciated thanks: )

Réponses (1)
Cris LaPierre
le 25 Mar 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 commentaire
Karam Karas
le 25 Mar 2022
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!