Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Sourabh Kondapaka
Sourabh Kondapaka il 13 Ago 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 Commento
Du Chenlin
Du Chenlin il 3 Set 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!

Accedi per commentare.

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by