Clear Filters
Clear Filters

explain 4-D unit8

3 views (last 30 days)
Pan
Pan on 4 Mar 2012
Hello, I want to understand that 4-D unit8. If I want to set up array , I need to fo that about distribution parameter.

Accepted Answer

Wayne King
Wayne King on 4 Mar 2012
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 Comments
Pan
Pan on 4 Mar 2012
I could ask one question that
"I = ones(10,10,10,10,'uint8');"
the 10,10,10,10,'uint8' what mean?
Jan
Jan on 4 Mar 2012
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Performance and Memory in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!