(I made this question after I found a solution because I couldn't find it anywhere. I hope that it helps someone)
How to display a text on a uifigure using an interpreter
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Matteo Bonhomme
am 9 Jan. 2023
Kommentiert: Matteo Bonhomme
am 9 Jan. 2023
Hello,
Recently I was trying to display a text like this on a uifigure
text(0.5,0.5,"Hello_{world}")
axis off
However uitextarea doesn't support any interpreter so it just end up showing Hello_{world}
Any suggestion ?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop uifigure-Based Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!