1 % convert ros stored in a structure to 3d
6 t.timestr=char(tt.times');
7 [m,n]=size(tt.f_ros11);
9 t.ros(:,:,1,1)=tt.f_ros11;
10 t.ros(:,:,1,2)=tt.f_ros12;
11 t.ros(:,:,1,3)=tt.f_ros13;
12 t.ros(:,:,2,1)=tt.f_ros21;
13 t.ros(:,:,2,3)=tt.f_ros23;
14 t.ros(:,:,3,1)=tt.f_ros31;
15 t.ros(:,:,3,2)=tt.f_ros32;
16 t.ros(:,:,3,3)=tt.f_ros33;