How does the maximum and minimum step size affect the simulation of a model?

6 vues (au cours des 30 derniers jours)
what should be the nominal value for the simulation? and is there any range for particular type of simulation?

Réponse acceptée

Jordan Monthei
Jordan Monthei le 10 Mai 2013
Modifié(e) : Jordan Monthei le 10 Mai 2013
These values are completely dependent on the simulation that you are running. I will explain what step size is in a quick example. Say you have a range from 0-100 seconds and you would like to sample values across this range of time. If you consider your step size in regards to your sampling time:
  • A step size of 10 would take a value every 10 seconds and give you 10 data points to use.
  • A step size of 1 would take a value every 1 second and give you 100 data points to use.
A high step size will run quickly but take few data points and conversely a low step size will take many data points but take longer to run as a result.
So as i said before, it depends upon the application.
  • If you would like to note precise changes, then it is recommended to use a smaller step size.
  • If you are not concerned with precise changes and would like to run faster, then use a larger step size.
  4 commentaires
Taimur Zaman
Taimur Zaman le 18 Mar 2018
You cleared it in seconds. Could you please help me with this problem.
Taimur Zaman
Taimur Zaman le 18 Mar 2018
I am actually trying to simulate a high frequency bridge with Linear Transformer, and this problems actually happens.

Connectez-vous pour commenter.

Plus de réponses (1)

Kaustubha Govind
Kaustubha Govind le 10 Mai 2013
It appears that you are using a Variable-step solver, please read Choosing a Variable-Step Solver to understand how the Variable-step Solver changes the step-size to maintain accuracy of the simulation. The min/max step-sizes are the smallest/largest step-sizes the solver can take during the simulation. The documentation for the Max step size and Min step size parameters explains what values the solver picks when the 'auto' settings are used.

Catégories

En savoir plus sur General Applications dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by