explain 4-D unit8
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I want to understand that 4-D unit8. If I want to set up array , I need to fo that about distribution parameter.
0 件のコメント
採用された回答
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 件のコメント
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 Center および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!