to open new window in gui matlab

9 visualizaciones (últimos 30 días)
Tugba Ergin
Tugba Ergin el 24 de En. de 2019
Comentada: Rik el 28 de Nov. de 2020
to open new window in gui matlab when I click push button??
  1 comentario
Rik
Rik el 24 de En. de 2019
Have a read here. It will greatly improve your chances of getting an answer.
Show what you have found out trying to answer this question already.
Also, a GUI in Matlab is nothing special. It is just a bunch of objects in a figure that have functions that can be triggered with specific interactions (like clicking a button).

Iniciar sesión para comentar.

Respuesta aceptada

Sarah Crimi
Sarah Crimi el 24 de En. de 2019
Under the callback to the button in your GUI code, you just use the following command:
figure;
  2 comentarios
Ghaith Hatamleh
Ghaith Hatamleh el 28 de Nov. de 2020
how can you edit this figure so that everytime its opended, what you added is still there.
Rik
Rik el 28 de Nov. de 2020
You probably can't do that easily with GUIDE. What you can do is store the data in a mat file or in a preference to make input persistent.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by