how to add multidimensional array
이전 댓글 표시
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
댓글 수: 4
Prabha Kumaresan
2017년 12월 6일
Guillaume
2017년 12월 6일
addition is a binary operation. You add two things together. What does add the array mean? What is added to what?
Prabha Kumaresan
2017년 12월 6일
@Prabha Kumaresan: Did you look at the answers here?:
Please stop spamming the same question multiple times. It does not help us to keep track of what information you have given us, and it makes it hard for you too.
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!