How to control no. of simulations/iterations of embedded MATLAB program in Simulink model
1 次查看(过去 30 天)
显示 更早的评论
I have a an embedded MATLAB program(PSO algorithm) to sense the power from solar panel and send dutycycle to a buck boost converter to track the Maximum Power Point(MPP). Its not sensing properly as it should..
I set a Simulation time of 0.01. To see how many times the model is simulated i removed the semicolons of output statements in the program. it is simulating very larger no of times.
but by default, the total simulation time should be divided by 50, and it should simulate 50 times i thought.
If i need to simulate limited no of times, how to do..
2 个评论
Kaustubha Govind
2013-1-17
What is the Solver that you've selected in the Configuration Parameters window of the model? The default 50 steps only applies to fixed-step solvers whose step-size has been set to auto.
回答(1 个)
Kaustubha Govind
2013-1-17
Please read the section Choose a Solver to understand the difference between Fixed-step and Variable-step solvers. By definition, variable-step solvers automatically figure out the next time-step to take in the simulation to achieve the most accurate results possible for your system - therefore, AFAIK, it is not possible to specify the number of steps. However, I think you can specify the smallest step-size that it should take.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!