the usage of squeeze
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello i wanna know what does this command do. I_ij = double(squeeze(Image(i,j,:)))
0 Kommentare
Antworten (1)
the cyclist
am 15 Dez. 2016
Bearbeitet: the cyclist
am 15 Dez. 2016
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 Kommentar
Siehe auch
Kategorien
Mehr zu Performance and Memory finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!