input typing box in simulink

I'm trying to create a project using simulink and arduino that would display charaters that i'm typing. Is there anyway to have like a input typing box that can type and change any characters when running?

Answers (1)

Sunand Agarwal
Sunand Agarwal on 14 Oct 2020
Please refer to this link to create an editable text box.
You might then use callbacks for displaying the text. This is an example of a callback for an edit text field.
Hope this helps.

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!