Simulink, repeat a model

4 vues (au cours des 30 derniers jours)
Muhanad Hamad
Muhanad Hamad le 28 Juil 2017
Commenté : Sean de Wolski le 31 Juil 2017
Hello everyone, I have created a model for energy storage algorithim, the input of the system is an excel sheet with the generation hourly data for one year, i need to repeat the same model for several yaer changing some paramers in the model for each year but I am not sure how. In other words i need to rerun the model or restart the excel sheet with different model paramiters once the input excel sheet is completed.
Please ask if you need anymore details Many thanks in advance

Réponses (1)

Sean de Wolski
Sean de Wolski le 28 Juil 2017
Modifié(e) : Sean de Wolski le 28 Juil 2017
Use sim to programmatically run the model with the other excel sheets. You can use set_param to modify the source Excel sheet if it's a block parameter or just load the new data into the workspace if that is the source.
  2 commentaires
Muhanad Hamad
Muhanad Hamad le 29 Juil 2017
Modifié(e) : Muhanad Hamad le 29 Juil 2017
Thanks for the answer Sean, maybe i should have explained better. what i want to do is to repeat the same excel sheet changing one parameter in the model (not in the excel sheet) in one run,
Sean de Wolski
Sean de Wolski le 31 Juil 2017
In that case use set_param to change the parameter and sim to run the changed model with.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by