How can I send a string to a simulink input block?
古いコメントを表示
How can I send a string to a simulink input block?
回答 (2 件)
Darshan Ramakant Bhat
2018 年 3 月 31 日
1 投票
Now strings are supported in Simulink. You can use the string related blocks to do the string manupulation. Below is the list of string related blcoks:
I hope this will be helpful
Suneesh
2014 年 2 月 27 日
0 投票
1. Simulink signals can only be numbers. Strings are not supported.
2. If the need to send characters over serial RS-232 then the right thing to do is use the ASCII equivalent of the characters.
カテゴリ
ヘルプ センター および File Exchange で String についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!