S-Funtion for add Model Expolorer parameters
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Shreshth
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Block and Blockset Authoring finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!