the usage of squeeze
6 ビュー (過去 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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!