필터 지우기
필터 지우기

S-Funtion for add Model Expolorer parameters

조회 수: 6 (최근 30일)
Mehmet Ali
Mehmet Ali 2024년 6월 14일
답변: Shreshth 2024년 7월 3일 5:46
Hello,
I am trying add Simulink Parameter with simulink block. For this I want to use s-function and take this s-function in the simulink block.This block will be include paramter name , parameter data type , initial value and all time it will be Exported To Global.
Can you help me with this? If you have another solution please share with me thank you.

답변 (1개)

Shreshth
Shreshth 2024년 7월 3일 5:46
Hello Mehmet,
One way of acheiving your task is by creating a custom S function.You will have to create the S function using S-function Builder, define the desired parameters and then do the export to global to connect it to your Simulink model.
Here is a documentation by MathWorks that will help you to understand the process of defining the custom S Function.
Hope it helps.

카테고리

Help CenterFile Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by