Simulink Mux block does not accept integer value for "number of inputs"
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Thomas Becker
il 6 Ago 2015
Commentato: Walter Roberson
il 12 Ago 2015
Hello,
I would like to know, why the Mux block's parameter "Number of inputs" does only accept values of type double, whereas single or uint8 result in an error. Examples:
* 5 - ok
* double(5) - ok
* single(5) - error
* uint8(5) - error
Is there any explanation for that behaviour or is it just a bug?
Thanks in advance! Thomas
0 Commenti
Risposta accettata
Varun Bhaskar
il 11 Ago 2015
Hello Thomas,
Can you describe why you are trying to perform single(5), double(5) and uint(5)? We are interested in knowing about the workflow.
2 Commenti
Walter Roberson
il 12 Ago 2015
from_workspace and pass it through a type conversion block, possibly?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!