- Using “String Constant” block we can enter any strings we want to display and display using “display” block.
- To convert from uint8 data type to string, we can use “ASCII->string” block. This can be helpful for integer type inputs.
- Using “Compose String” block we can output string signal based on the format specifier listed in the Format parameter.

- String constant: https://www.mathworks.com/help/simulink/slref/stringconstant.html
- ASCII to string: https://www.mathworks.com/help/simulink/slref/asciitostring.html
- Compose string: https://www.mathworks.com/help/simulink/slref/composestring.html
