Set Data Type of Inport Block
Afficher commentaires plus anciens
Hi,
I want to set the data type of an inport Block with specification (Type:Num between[Min Max[). but I don't find a way to do it. Thank you for the help.
Nedra.
Réponses (1)
Nobel Mondal
le 30 Mai 2015
0 votes
You can double click on the block and change the following values:

4 commentaires
Nobel Mondal
le 30 Mai 2015
Also you can set it from the command prompt like this -
>> set_param('myModel/In1', 'OutDataTypeStr', 'double',...
'OutMin', '0.00', 'OutMax', '100.0');
Nedra Ebdelli
le 30 Mai 2015
Nedra Ebdelli
le 2 Juin 2015
Sebastian Castro
le 2 Juin 2015
From another one of your questions, I noticed that you are using Simulink Design Verifier. Wanted to let you know that the Min and Max specifications in the Inport block
- Do not limit the signal value in any way -- you want to use a Saturation block if you need to physically limit values.
- Are not used by Simulink Design Verifier for analysis. If you want to specify bounded vs. unbounded ranges, use Proof Assumption, Proof Objective, Test Condition , or Test Objective block (depending on whether you're doing property proving or test generation).
- Sebastian
Catégories
En savoir plus sur Simulink Design Verifier dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!