Plot variable in GUI
2 ビュー (過去 30 日間)
古いコメントを表示
What function Do I need to use to plot a variable on the screen of my GUI? I can plot it on the edit text?
0 件のコメント
回答 (1 件)
Image Analyst
2012 年 9 月 29 日
No. Edit text can take only text. You need to plot things in an axes control. You can either place one on your GUI with GUIDE, or you can create one with subplot (to make a small axes, or several of them, at a particular position), or one will be created for you automatically when you call a function that plots, like plot(), bar(), pie(), plotyy(), semilogy(), etc.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Axis Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!