Filter löschen
Filter löschen

Change a 4-D matrix

1 Ansicht (letzte 30 Tage)
Jalali
Jalali am 6 Jul. 2012
I have A(p,s,d,f). How can I change it to A(p,s,f,d)?
Thanks,

Akzeptierte Antwort

James Tursa
James Tursa am 6 Jul. 2012
A = permute(A,[1 2 4 3]);

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by