필터 지우기
필터 지우기

4-D

조회 수: 1 (최근 30일)
Pan
Pan 2012년 3월 5일
Hello, I want to understand that 4-D unit8. I need to detail answer thank!!
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2012년 3월 5일
Do you mean volumetric RGB images?

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2012년 3월 5일
What do you want to know about it?
Each value in the array will be represented as 8 bits, and will be interpreted as an unsigned integer in the range 0 to 255.
Other than that, it is just a 4 dimensional array, accessed through the usual MATLAB subscripting notation.
The first index of an array is always the row number; the second is always the column number. The third index is called the page number in MATLAB. The higher indexes have no specific name; you could call them hyper-pages and hyper-hyper pages and meta-cokebottle-summon-elevator if you wish.

추가 답변 (1개)

Wayne King
Wayne King 2012년 3월 5일

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by