S-Funtion for add Model Expolorer parameters
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Shreshth
on 3 Jul 2024
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.
0 Comments
See Also
Categories
Find more on Block and Blockset Authoring in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!