graphic representation on MATLAB
显示 更早的评论
can i find fuctions and procedures about graphic representation (labels,text,buttomS...)and signals simulation,on MATLAB?
采纳的回答
更多回答(1 个)
Walter Roberson
2012-2-22
1 个投票
labels are via text() -- or perhaps annotation()
text is via text() or one kind of uicontrol()
buttons are a kind of uicontrol()
4 个评论
contessa mima
2012-2-22
Walter Roberson
2012-2-22
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
2012-2-23
Walter Roberson
2012-2-23
There are some additional ones listed at http://blogs.mathworks.com/pick/category/video/
http://blogs.mathworks.com/videos/category/gui-or-guide/
类别
在 帮助中心 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!