How to transpose image and use permute instead?

4 vues (au cours des 30 derniers jours)
Tousif Ahmed
Tousif Ahmed le 13 Juil 2017
Commenté : Tousif Ahmed le 13 Juil 2017
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by