pass a parameter to a sfunction written in
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I need some help to figure out how to pass a parameter to sfunction written in C. I can't find the way (the instruction) to read the parameters that I pass from the sfunction mask.
thank a lot for read
0 Kommentare
Akzeptierte Antwort
TAB
am 29 Feb. 2012
For C s-function you can use ssGetSFcnParam() function to access the parameter entered in S-functions dialog box.
See
>> doc ssGetSFcnParam
For other functions related to s-function dialog box see
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Configure Block Features for MATLAB S-Functions 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!