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

조회 수: 6 (최근 30일)
what should be the nominal value for the simulation? and is there any range for particular type of simulation?

채택된 답변

Jordan Monthei
Jordan Monthei 2013년 5월 10일
편집: Jordan Monthei 2013년 5월 10일
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
Taimur Zaman
Taimur Zaman 2018년 3월 18일
You cleared it in seconds. Could you please help me with this problem.
Taimur Zaman
Taimur Zaman 2018년 3월 18일
I am actually trying to simulate a high frequency bridge with Linear Transformer, and this problems actually happens.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 5월 10일
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.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by