Textbox locations on a MATLAB figure
Show older comments
I've been trying to add little textboxes with some variable values onto my graphs, like so in the bottom left and right corners:

And thus far, I've just been sort of guessing and checking on the coordinates for where to place the textboxes to get them in the bottom corners, is there a better/ more efficient way to do this that anyone knows of?
Answers (1)
Image Analyst
on 18 Jul 2022
0 votes
It might be easier if you use normalized units. Are you using GUIDE or App Designer?
3 Comments
Owen Cheevers
on 18 Jul 2022
Image Analyst
on 18 Jul 2022
Then how did you make your GUI? Did you do it programmatically (the hard way)?
Owen Cheevers
on 19 Jul 2022
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!