How to convert ascii numbers to character data type in simulink

i have a ascii numbers 65 66 from this i need A B. How can this be implemented in simulink?

 Accepted Answer

char([65,66])

4 Comments

I accept your answer but i want to know how this can be used in simulink ?
character data type is not supported in simulink so is there any way where I can get back ascii values to characters?
Since it is not supported, what would you do with it?
use ASCII to string converter block in simulink

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!