how to use gscatter in app designer

1 visualización (últimos 30 días)
Muazma Ali
Muazma Ali el 27 de Jun. de 2022
Editada: Walter Roberson el 22 de Oct. de 2023
Hi !:)
I am wondering whether gscatter plot can be made in matlab app designer, if yes how?
thanks
  4 comentarios
Walter Roberson
Walter Roberson el 27 de Jun. de 2022
Editada: Walter Roberson el 22 de Oct. de 2023
The document I linked to says to pass an axes to graphics functions. So pass your existing UIaxes to gscatter
Muazma Ali
Muazma Ali el 27 de Jun. de 2022
Thanks I will look at it! 👍

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 27 de Jun. de 2022
Why would it be any different than for just a script? Just place an axes on your figure, then call gscatter. What's the difficulty? Attach your .mlapp file and data if you need more help.
  2 comentarios
Image Analyst
Image Analyst el 27 de Jun. de 2022
No, you wouldn't do anything with the axes's callback function. You should have a button that says something like "Plot data" and in the callback function for that button you would put the call to gscatter.
Muazma Ali
Muazma Ali el 27 de Jun. de 2022
👍

Iniciar sesión para comentar.


Muazma Ali
Muazma Ali el 27 de Jun. de 2022
You mean that I use a call back function on the axis object..? I am not used to making apps so my questions regarding app designer may sound strange maybe..
  1 comentario
Image Analyst
Image Analyst el 28 de Jun. de 2022
No. I specifically said not to do that. You make your changes to the callback functions of the button, not the axes object.

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by