Plot a graph embedded in a function by caling this function in App Designer

1 回表示 (過去 30 日間)
Mehmet Cenk Bursali
Mehmet Cenk Bursali 2019 年 5 月 27 日
回答済み: Geoff Hayes 2019 年 5 月 27 日
Hi,
I have a function file in a folder. I can create a graph by running this function. I want to plot the same graph in App Designer by calling this graph. How I can do this?
Thank you already in advance.

回答 (1 件)

Geoff Hayes
Geoff Hayes 2019 年 5 月 27 日
Mehmet - does your function (to draw the graph) expect any input parameters? When your GUI is running, at what point do you want to call this function - when the GUI starts, when the user presses a button, or something else? In any event, you may need to update your function to pass in the handle to the axes upon which you want to draw the graph.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by