필터 지우기
필터 지우기

How to execute command according to time while running simulation?

조회 수: 1 (최근 30일)
Yandy Ma
Yandy Ma 2017년 7월 3일
답변: Shashank 2017년 7월 11일
I am trying to run a simulation using matlab script, and to change the parameter using commands like set_param, however I would like to execute those command one by one according to the simulation time, such as 1 secs one command.
May I ask which is the best way to do it?

답변 (1개)

Shashank
Shashank 2017년 7월 11일
You can run the simulation for one time step using the sim() command. The resulting outputs can be again sent as an input for simulating the model again using sim() command. If you wish to change simulation parameters in between the runs, you can use "set_param" function to set the desired parameters from the command window or MATLAB script.
- Shashank

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by