Info

此问题已关闭。 请重新打开它进行编辑或回答。

How do I reorder unequal columns in a field

1 次查看(过去 30 天)
I am trying to take the Vs field and reorder it to be 294 x 130 x 84 double.
If necissary I could also make a new Vs out of the other information in the structure but I am not sure how to do that either. I have tried
C = Lat,Long,Depth in a 3x1 cell
catpad(3,C{:})
but that gave me a 294 x 1 x 3 structure.

回答(1 个)

Matt J
Matt J 2019-10-7
yourStruct.Vs=permute(yourStruct.Vs,[2,1,3]);

Community Treasure Hunt

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

Start Hunting!

Translated by