Is it possible to give a hex input to stateflow chart from simulink?
7 ビュー (過去 30 日間)
古いコメントを表示
Hi, i want to give hex input from simulink to a stateflow chart which does some shifting and the gives the shifted output to simulink.
hw can we do that ?
0 件のコメント
採用された回答
TAB
2013 年 2 月 22 日
What do you mean by hex input?
If you mean hex represented number (like 0x5A), then it is just a representation of number. You can pass the equivalent decimal value to chart and do the operation as you want. Representing values in Hex format is not supported in Simulink (except some output blocks like 'Display' which can show the numbers in hex format).
2 件のコメント
その他の回答 (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!