Change a 4-D matrix

1 次查看(过去 30 天)
Jalali
Jalali 2012-7-6
I have A(p,s,d,f). How can I change it to A(p,s,f,d)?
Thanks,

采纳的回答

James Tursa
James Tursa 2012-7-6
A = permute(A,[1 2 4 3]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by