Clear Filters
Clear Filters

S-Funtion for add Model Expolorer parameters

6 views (last 30 days)
Mehmet Ali
Mehmet Ali on 14 Jun 2024
Answered: Shreshth on 3 Jul 2024 at 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.

Answers (1)

Shreshth
Shreshth on 3 Jul 2024 at 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.

Products

Community Treasure Hunt

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

Start Hunting!