How to convert ascii numbers to character data type in simulink

49 views (last 30 days)
i have a ascii numbers 65 66 from this i need A B. How can this be implemented in simulink?

Accepted Answer

José-Luis
José-Luis on 3 Jan 2017
char([65,66])
  4 Comments

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!