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

3 次查看(过去 30 天)
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

回答(1 个)

Sourabh Kondapaka
Sourabh Kondapaka 2020-8-13
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 个评论
Du Chenlin
Du Chenlin 2020-9-3
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!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by