How to add scroll bar to a text box in GUIDE
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In matlab GUIDE there is no scrollable text box availabe. slider and text box are separate .What must be written in slider callback so that when i move the slider the cursor moves and the hidden text is available in the text box
0 Commenti
Risposte (1)
Image Analyst
il 21 Giu 2021
There is a scrollable edit text box. Just put one on the figure. Then I believe you have to set the "max" property to 2.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!