How to add text and images to the matlab gui (figure) ?

5 ビュー (過去 30 日間)
thar
thar 2016 年 9 月 26 日
回答済み: Image Analyst 2016 年 10 月 2 日
I want to add texts and images to the gui as shown in the following image.
  2 件のコメント
Geoff Hayes
Geoff Hayes 2016 年 9 月 26 日
thar - are you using GUIDE to create your GUI?
Gopichandh Danala
Gopichandh Danala 2016 年 9 月 29 日
編集済み: Gopichandh Danala 2016 年 9 月 29 日
Watch documentation on MathWorks documentation they have lot of details and what you are asking is very basic

サインインしてコメントする。

回答 (2 件)

Gareth Thomas
Gareth Thomas 2016 年 10 月 2 日
Is this what you were looking for?
plot(1:10);text(10,10,'Is this what you need?');

Image Analyst
Image Analyst 2016 年 10 月 2 日

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by