How to take an m-file(script file) output(plot/figure window) show in GUI axis?

3 vues (au cours des 30 derniers jours)
Rohan Ghare
Rohan Ghare le 14 Juin 2013
Can any one help me out How can I take an m-file(script file) output(plot/figure window) show in GUI axis? please explain with example so I get understand, because I am new to gui

Réponses (1)

Walter Roberson
Walter Roberson le 14 Juin 2013
You cannot make a figure window show within a GUI axis. Figure windows cannot be children of other figure windows.
Whether you can convince the m-file to plot within a specific GUI axis depends on the code in the m-file.

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by