How to display volume slices (a slider sets the # of the slice) with app designer

1 visualización (últimos 30 días)
Really simple app, but im new to app designer and i don't have much time.
I want to load a 3D matrix with data of a brain in it, and with a slider change the slice plotted.
Thanks in advance

Respuestas (1)

Sourabh Kondapaka
Sourabh Kondapaka el 13 de Ag. de 2020
Hi,
You can use the “Slider” Component under “Common” subsection of the “Component Library” in “Design View”.
The “Slider” component has two callBack functions that you can use.
  1. SliderValueChanging(app, event)” callback function when you want to execute some functionality as and when the Slider is moving ( or the Slider Value is Changing)
  2. SliderValueChanged(app, event)” callback function when you want to execute some functionality when Slider position has changed.
If you would like to learn more about CallBack functions you can check here
For more information on getting started with App Designer you can refer here
  1 comentario
Du Chenlin
Du Chenlin el 3 de Sept. de 2020
I already figured out how to draw 2D image with app deigner, but I still wonder how I can show a 3D volumetric data with app designer. Is there any valid reference? Thank you so much!

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by