필터 지우기
필터 지우기

Change Simulation parameter at run-time

조회 수: 2 (최근 30일)
Giuseppe Rocca
Giuseppe Rocca 2021년 4월 28일
답변: Jinal 2024년 5월 15일
Is there a way to simulate a simulink model on host and change the value of the constant blocks or inputs at run-time by means of an appropriate GUI and to display the value assumed by outputs / test-points on the same GUI?

답변 (1개)

Jinal
Jinal 2024년 5월 15일
Hi Giuseppe,
You can create an app using the App Designer to modify the values of Simulink block parameters.
To know more about building apps using App Designer, you can refer to this documentation page: https://www.mathworks.com/help/matlab/app-designer.html
In the created app, using numeric "Edit Field" components and the "set_param" function, you can interactively modify Simulink block parameters. Have a look at the following MATLAB Answer for more details.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by