the usage of squeeze
조회 수: 3 (최근 30일)
이전 댓글 표시
hello i wanna know what does this command do. I_ij = double(squeeze(Image(i,j,:)))
댓글 수: 0
답변 (1개)
the cyclist
2016년 12월 15일
편집: the cyclist
2016년 12월 15일
It removes singleton dimensions from an array.
For example, it will take a 7 x 1 x 300 array and "squeeze" it into a 7 x 300 array.
댓글 수: 1
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!