필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
Marco Zavatta
Marco Zavatta 2020년 7월 28일
댓글: Du Chenlin 2020년 9월 3일
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