graphic representation on MATLAB

can i find fuctions and procedures about graphic representation (labels,text,buttomS...)and signals simulation,on MATLAB?

 Accepted Answer

More Answers (1)

Walter Roberson
Walter Roberson on 22 Feb 2012
labels are via text() -- or perhaps annotation()
text is via text() or one kind of uicontrol()
buttons are a kind of uicontrol()

4 Comments

tnx Walter. Actually , i need some learnig videos about GUIDE.
http://www.mathworks.com/matlabcentral/fileexchange/7598-video-guide-basics-tutorial
http://www.mathworks.com/videos/matlab/creating-a-gui-with-guide.html
tnx, if there are other links, please tag them for me.
There are some additional ones listed at http://blogs.mathworks.com/pick/category/video/
http://blogs.mathworks.com/videos/category/gui-or-guide/

Sign in to comment.

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Products

Tags

Asked:

on 22 Feb 2012

Edited:

on 23 Oct 2013

Community Treasure Hunt

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

Start Hunting!