필터 지우기
필터 지우기

explain 4-D unit8

조회 수: 3 (최근 30일)
Pan
Pan 2012년 3월 4일
Hello, I want to understand that 4-D unit8. If I want to set up array , I need to fo that about distribution parameter.

채택된 답변

Wayne King
Wayne King 2012년 3월 4일
I = ones(10,10,10,10,'uint8');
What else do you need to know? I am not sure what you mean by "I need to fo about distribution parameter"
  댓글 수: 2
Pan
Pan 2012년 3월 4일
I could ask one question that
"I = ones(10,10,10,10,'uint8');"
the 10,10,10,10,'uint8' what mean?
Jan
Jan 2012년 3월 4일
Please, Pan, read the documentation:
doc ones
help ones
This command creates a [10 x 10 x 10 x 10] array of type UINT8 (see "help uint8") filled by ones.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Performance and Memory에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by