Reputation: 223
I want to use GUI (or directly the Command Windows) in MATLAB, which displays text. The text contain a few highlighted parts (which are changed during runtime), like this:
Is there any way I can do something liek that with MATLAB?
Upvotes: 0
Views: 152
Reputation: 5672
For command window you could try cprintf.
For displaying in a GUI you can use html formatting - going down this route you may find str2html useful.
Upvotes: 1