Matlab ploting graph error

3 views (last 30 days)
Karam Karas
Karam Karas on 25 Mar 2022
Commented: Karam Karas on 25 Mar 2022
Anyone knows why i am getting error where when i plot this graph, I will be much appreciated thanks: )

Answers (1)

Cris LaPierre
Cris LaPierre on 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 Comment
Karam Karas
Karam Karas on 25 Mar 2022
Ahh thank you : ) that's right. Have a nice weekend

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!