Effacer les filtres
Effacer les filtres

Plot variable in GUI

1 vue (au cours des 30 derniers jours)
Rodrigo Trigona
Rodrigo Trigona le 29 Sep 2012
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?

Réponses (1)

Image Analyst
Image Analyst le 29 Sep 2012
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.

Catégories

En savoir plus sur Two y-axis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by