PV Simulink Model - Generating Multiple graphs for different Temperature & Irradiation Values
6 views (last 30 days)
Show older comments
I have made a model of PV from solar cell using the link: https://www.youtube.com/watch?v=GnZFi9CzF9Q . In the video 11:12 it generates different graphs for different irradiation and temperature values. In my case I can only generate it for one Irradition value which I can either put into the simulink irradiation block or have to specify in the command window e.g Irradiation = 1000;
The file for the pv model is also been attached.
For any single Irradiation value the model is working fine.
But I don`t know how to specify the temperature, or a range of irradiation values generates plots. <<

>>
0 Comments
Answers (1)
Grégory SEABRA
on 4 Oct 2016
Hi Muhammad,
Have you tried to run a ".m" script from where you launch as many simulations as you want with different irradiation & temperature value, and save in a matrix the data you want to plot? You would then just have to chose your parameter patterns and launch the script which would run simulations and plot the final results.
Regards,
Greg
0 Comments
See Also
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!