graphic representation on MATLAB
Ältere Kommentare anzeigen
can i find fuctions and procedures about graphic representation (labels,text,buttomS...)and signals simulation,on MATLAB?
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 22 Feb. 2012
1 Stimme
labels are via text() -- or perhaps annotation()
text is via text() or one kind of uicontrol()
buttons are a kind of uicontrol()
4 Kommentare
contessa mima
am 22 Feb. 2012
Walter Roberson
am 22 Feb. 2012
http://www.mathworks.com/matlabcentral/fileexchange/7598-video-guide-basics-tutorial
http://www.mathworks.com/videos/matlab/creating-a-gui-with-guide.html
contessa mima
am 23 Feb. 2012
Walter Roberson
am 23 Feb. 2012
There are some additional ones listed at http://blogs.mathworks.com/pick/category/video/
http://blogs.mathworks.com/videos/category/gui-or-guide/
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!