how can I make the signalbuilder run
Afficher commentaires plus anciens
can I run the signalbuilder through Matlab script's ? if yes, so how ?
thank you
Réponses (3)
Abhiram Bhanuprakash
le 22 Juin 2015
0 votes
Hi Ahmed,
So, you can create a Simulink model with a signal builder block and then use sim to run it by command line.
You can also set block parameters of a Simulink block using set_param. You can query them using get_param. You can use these functions on the signal builder block to set or query block parameters.
Hope this helps,
Cheers!
Abhiram
1 commentaire
Ahmed BOULMANE
le 22 Juin 2015
Ahmed BOULMANE
le 24 Juin 2015
0 votes
Anthony Poulin
le 24 Juin 2015
Modifié(e) : Anthony Poulin
le 24 Juin 2015
0 votes
Hello,
Do you want to select a specific group of your signal builder?
If YES, use the command: signalbuilder(block, 'activegroup', index) which sets the active group with the index that you specified. Then run your simulation, with the "sim" command (like Abhiram says).
1 commentaire
Ahmed BOULMANE
le 25 Juin 2015
Catégories
En savoir plus sur Signal Import and Export dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!