필터 지우기
필터 지우기

Add a voxle a value

조회 수: 1 (최근 30일)
sia
sia 2013년 6월 3일
hi guys, I want to create a 3D coordinate system, then I want to assign a value of each voxel. e.g. the coordinates [1 1 1] will have the value first.
how can i do something like this?
THX

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 3일
편집: Azzi Abdelmalek 2013년 6월 3일
out(:,:,1)=[1 1 1]
out(:,:,2)=[1 0 1]
  댓글 수: 3
Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 3일
Which voxel?
sia
sia 2013년 6월 3일
accepted my worldcoordinatesystem has the size(10X10X10), now I want to go through all voxel and add for each voxel the value 0 until this coordinate [5 5 5] is achieved, then I want to add value 1.

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

카테고리

Help CenterFile Exchange에서 Beamforming and Direction of Arrival Estimation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by