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?

 Réponse acceptée

char([65,66])

4 commentaires

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

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by