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