how to add multidimensional array
5 ビュー (過去 30 日間)
古いコメントを表示
how to add multimensional array for the following command output_it(t,r,it) where output_it is 5*5*5 double
t is 1*1 double =5
r is 1*1 double=5
it is 1*1 double=5
1 件のコメント
Jan
2017 年 12 月 6 日
@Prabha Kumaresan: Please take a look into your list of questions. Do you see, that this way to ask is inefficient? Many of your question do not get any answer, because they are not clear enough to be understood. Posting a question multiple times reduces the chance to get an answer also, because this confuses the readers.
回答 (1 件)
jean claude
2017 年 12 月 6 日
if you mean how to create 3D matrix 5*5*5 you can use
x(1:5,1:5,1:5)=0 % full of zero here
参考
カテゴリ
Help Center および File Exchange で LaTeX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!