third index in three dimention array
이전 댓글 표시
kindly explain me about the following line
Vt = zeros(img_h, img_w, 4);
i know the following line if(img_h=2, img_w=3)
zeros (img_h, img_w)=[0 0 0; 0 0 0]
but i cant clearly understand the third dimention
채택된 답변
추가 답변 (1개)
madhan ravi
2020년 7월 24일
0 개 추천
Imagine that 2 X 3 matrix is copied 4 times.
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!