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

3 ビュー (過去 30 日間)
Rohan Ghare
Rohan Ghare 2013 年 6 月 14 日
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

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 6 月 14 日
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.

カテゴリ

Help Center および File ExchangeGraphics Objects についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by