This m-file makes the raw data matrix which is saved as tt.mat

 

 

function pre=pre4(n)
% n=# of files





!rename b03 03 b03*


    for j=1:n
        ! ~/farfetched/sparo/testcshell1
        load fram.out;
       
        s(:,:,j)=fram;
    end
   
    tt=s;
    save tt;
  !rename b03 03 b03*