Inc prior(:,:,N) = zeros(1,3);
3 views (last 30 days)
Show older comments
what doesit mean
0 Comments
Answers (1)
Harsha Priya Daggubati
on 12 May 2020
Hi,
It would help give an appropriate solution if you put your question clearly.
As per my understanding prior(:,:,N) = zeros(1,3) defines and initializes sheets of the 3D array with zeros. I do not understand what do you mean by 'Inc'.
For more information on 3D arrays, you may refer to this link:
Hope this helps!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!