On Simulink how to add_block with output data type boolean?

15 vues (au cours des 30 derniers jours)
Uugan
Uugan le 14 Mai 2013
For example:
add_block('built-in/Constant','test/const1','Position',[90 20 110 40],'OutDataType','boolean','Value','1');% 0 or 1
Here on simulink shows constant block with output data type = Inherit from 'Constant value' but I need boolean output. How to do it without changing value as true or false?
  1 commentaire
Kaustubha Govind
Kaustubha Govind le 14 Mai 2013
You can see the list of parameters of the Constant block using the following command:
get_param('built-in/Constant', 'DialogParameters')
What is the list of parameters in your version?

Connectez-vous pour commenter.

Réponses (1)

Yao Li
Yao Li le 14 Mai 2013
Modifié(e) : Yao Li le 14 Mai 2013
add_block('built-in/Constant','test/const1','Position',[90 20 110 40],'OutDataTypeStr','boolean','Value','1');
  5 commentaires
Yao Li
Yao Li le 14 Mai 2013
uh, earlier version. I may have a try after work when I'm at home.
Yao Li
Yao Li le 14 Mai 2013
Hi Uugan, I only have 2008b and the above codes also work well with that version. sorry.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by