How to transpose image and use permute instead?

7 次查看(过去 30 天)
i have this code which is attached in the image and i am getting this error while performing the gabor feature extraction as it is not allowing for the transpose operation, can anyone please help me to transpose the value so that i can use it further. Thank You

采纳的回答

James Tursa
James Tursa 2017-7-13
Transpose the first two indexes:
Eleven3 = permute(Eleven3,[2 1 3]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by