Simulink Mux block does not accept integer value for "number of inputs"
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Varun Bhaskar
2015 年 8 月 11 日
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 件のコメント
Walter Roberson
2015 年 8 月 12 日
from_workspace and pass it through a type conversion block, possibly?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!