How to configure S-Function Builder from command line?
13 次查看(过去 30 天)
显示 更早的评论
The graphical interface used to configure S-Function builder is nice. However, for larger projects it makes code maintainance hard.
It might be better to have scripts that can be ran to configure several S-Functions inputs, outputs, states, parameters sizes and types automatically all at once.
How would I configure, for example, number of inputs, name, type and size and dimension of an S-Function builder from the command line?
Thanks, Jose Ospina
0 个评论
采纳的回答
TAB
2013-2-15
编辑:TAB
2013-2-15
Get S-function builder data with
appdata = sfunctionwizard(BlockHandle,'GetApplicationData');
Use appdata.SfunWizardData to read and write field data of S-function builder.
You can use sfunctionwizard to build the s-function builder from matlab command.
4 个评论
TAB
2013-2-22
I am not sure whether it is available in 2007B (I don't have 2007b to check this).
If it is not there in 2007b then you can use Legacy Code Tool. Legacy code tool is available in R2007b.
更多回答(1 个)
kiyoko
2018-7-24
sfunctionwizard is undocumented and not officially supported. If you are looking for command-line s-function authoring functionality, then the legacy code tool is designed for this.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!