How to transpose image and use permute instead?

조회 수: 10 (최근 30일)
Tousif Ahmed
Tousif Ahmed 2017년 7월 13일
댓글: Tousif Ahmed 2017년 7월 13일
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에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by