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!