How to add text and images to the matlab gui (figure) ?
2 views (last 30 days)
Show older comments
I want to add texts and images to the gui as shown in the following image.

2 Comments
Gopichandh Danala
on 29 Sep 2016
Edited: Gopichandh Danala
on 29 Sep 2016
Watch documentation on MathWorks documentation they have lot of details and what you are asking is very basic
Answers (2)
Gareth Thomas
on 2 Oct 2016
Is this what you were looking for?
plot(1:10);text(10,10,'Is this what you need?');
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!