Open in MATLAB Online "...because ZS.vlmcamean = ZS.vlmcamean'; hadn't transposed" NONSENSE!Set a breakpoint and you'll find it'll transpose every time as advertised. Now, as described above, you'll find that if you don't recreate the array from scratch every time, the next time...
trick.Yep. I got it done with one reshape, and two transposes. Two lines of code and one intermediate variable created, which was the result of the reshape. A brilliant engineer like Savanna should be able to get it done in a few minutes. Keep in mind that MATLAB goes down rows in ...