third index in three dimention array
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
madhan ravi
am 24 Jul. 2020
0 Stimmen
Imagine that 2 X 3 matrix is copied 4 times.
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!