Create mask of 3D matrix with zeros function
이전 댓글 표시
How would I create a mask of a 3D matrix with the zeros function?
답변 (2개)
KSSV
2018년 10월 19일
Let me,n,p be your dimensions you need.
A = zeros(m,n,p);
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!