Next/continue pushbutton in gui matlab

Hi, I have an simple interface with one figure and one push button. When i push the button i want to plot a graph in the figure. But after, i want to push the button again and plot another graph, and after that, another one.
What function should I use in the callback of the pushbutton to make that?
Thank you!

3 件のコメント

Ajay Kumar
Ajay Kumar 2020 年 3 月 24 日
what do you mean by another graph? Do you want to change x and y axis vales for every graph?
Jessie Bessel
Jessie Bessel 2020 年 3 月 24 日
Let's say that first when i push the button, I plot sin(x). When i push again, i want to plot cos(x). When i push again I want to plot 1+x and so on...
Geoff Hayes
Geoff Hayes 2020 年 3 月 24 日
Denis - do you have a list of functions that you want to cycle through? How do you know what is the next function to plot?

サインインしてコメントする。

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 3 月 24 日

0 投票

See the attached app to see an example of how to plot using the pushbutton callback.

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

質問済み:

2020 年 3 月 24 日

回答済み:

2020 年 3 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by