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!