Changeset 7893
- Timestamp:
- 04/14/11 08:15:48 (14 years ago)
- Location:
- issm/trunk/test/IsmipHomResults/plotting_scripts
- Files:
-
- 6 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_a.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = ' C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\';34 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 35 36 36 % The experiment we're interested in … … 102 102 % If the current data is from a full stokes 103 103 if (fullStokesMask(i) == 1) 104 [i j fsIndex]104 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 105 105 % Store the data in the full stokes structure 106 106 fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY); … … 127 127 % Else its non-full stokes 128 128 else 129 [i j nfsIndex]129 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 130 130 % Store the data in the non-full stokes structure 131 131 nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY); … … 304 304 'portrait','papertype','A4','paperunits', 'centimeters', ... 305 305 'paperposition',[1 4 21 13]); 306 return %ISSM->THIS LINE HAS BEEN CHANGED 306 307 saveas(gcf, 'expa.eps', 'psc2'); 307 308 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_b.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 94 95 % If the current data is from a full stokes 95 96 if (fullStokesMask(i) == 1) 96 [i j fsIndex]97 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 97 98 % Store the data in the full stokes structure 98 99 fsVels{j, fsIndex} = interp1(x, surfVel, newX); … … 119 120 % Else its non-full stokes 120 121 else 121 [i j nfsIndex]122 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 122 123 % Store the data in the non-full stokes structure 123 124 nfsVels{j, nfsIndex} = interp1(x, surfVel, newX); … … 296 297 'portrait','papertype','A4','paperunits', 'centimeters', ... 297 298 'paperposition',[1 4 21 13]); 299 return %ISSM->THIS LINE HAS BEEN CHANGED 298 300 saveas(gcf, 'expb.eps', 'psc2'); 299 301 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_c.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 102 103 % If the current data is from a full stokes 103 104 if (fullStokesMask(i) == 1) 104 [i j fsIndex]105 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 105 106 % Store the data in the full stokes structure 106 107 fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY); … … 127 128 % Else its non-full stokes 128 129 else 129 [i j nfsIndex]130 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 130 131 % Store the data in the non-full stokes structure 131 132 nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY); … … 304 305 'portrait','papertype','A4','paperunits', 'centimeters', ... 305 306 'paperposition',[1 4 21 13]); 307 return %ISSM->THIS LINE HAS BEEN CHANGED 306 308 saveas(gcf, 'expc.eps', 'psc2'); 307 309 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_d.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 94 95 % If the current data is from a full stokes 95 96 if (fullStokesMask(i) == 1) 96 [i j fsIndex]97 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 97 98 % Store the data in the full stokes structure 98 99 fsVels{j, fsIndex} = interp1(x, surfVel, newX); … … 119 120 % Else its non-full stokes 120 121 else 121 [i j nfsIndex]122 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 122 123 % Store the data in the non-full stokes structure 123 124 nfsVels{j, nfsIndex} = interp1(x, surfVel, newX); … … 296 297 'portrait','papertype','A4','paperunits', 'centimeters', ... 297 298 'paperposition',[1 4 21 13]); 299 return %ISSM->THIS LINE HAS BEEN CHANGED 298 300 saveas(gcf, 'expd.eps', 'psc2'); 299 301 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_e.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 93 94 % If the current data is from a full stokes 94 95 if (fullStokesMask(i) == 1) 95 [i j fsIndex]96 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 96 97 % Store the data in the full stokes structure 97 98 fsVels{j, fsIndex} = interp1(x, surfVel, newX); … … 118 119 % Else its non-full stokes 119 120 else 120 [i j nfsIndex]121 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 121 122 % Store the data in the non-full stokes structure 122 123 nfsVels{j, nfsIndex} = interp1(x, surfVel, newX); … … 296 297 'portrait','papertype','A4','paperunits', 'centimeters', ... 297 298 'paperposition',[1 4 11 17]); 299 return %ISSM->THIS LINE HAS BEEN CHANGED 298 300 saveas(gcf, 'expe.eps', 'psc2'); 299 301 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_e_txz.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 95 96 % If the current data is from a full stokes 96 97 if (fullStokesMask(i) == 1) 97 [i j fsIndex]98 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 98 99 % Store the data in the full stokes structure 99 100 fsVels{j, fsIndex} = interp1(x, surfVel, newX); … … 118 119 % Else its non-full stokes 119 120 else 120 [i j nfsIndex]121 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 121 122 % Store the data in the non-full stokes structure 122 123 nfsVels{j, nfsIndex} = interp1(x, surfVel, newX); … … 294 295 'portrait','papertype','A4','paperunits', 'centimeters', ... 295 296 'paperposition',[1 4 11 17]); 297 return %ISSM->THIS LINE HAS BEEN CHANGED 296 298 saveas(gcf, 'expetxz.eps', 'psc2'); -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_f.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 102 103 % If the current data is from a full stokes 103 104 if (fullStokesMask(i) == 1) 104 [i j fsIndex]105 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 105 106 % Store the data in the full stokes structure 106 107 fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY); … … 127 128 % Else its non-full stokes 128 129 else 129 [i j nfsIndex]130 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 130 131 % Store the data in the non-full stokes structure 131 132 nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY); … … 334 335 'portrait','papertype','A4','paperunits', 'centimeters', ... 335 336 'paperposition',[1 4 11 17]); 337 return %ISSM->THIS LINE HAS BEEN CHANGED 336 338 saveas(gcf, 'expf.eps', 'psc2'); 337 339 -
issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_fs.m
r7888 r7893 32 32 % sub dirs lie) 33 33 % NOTE: CHANGE THIS TO THE LOCATION OF YOUR DATA 34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 34 %location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\'; 35 location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED 35 36 36 37 % The experiment we're interested in … … 102 103 % If the current data is from a full stokes 103 104 if (fullStokesMask(i) == 1) 104 [i j fsIndex]105 %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 105 106 % Store the data in the full stokes structure 106 107 fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY); … … 127 128 % Else its non-full stokes 128 129 else 129 [i j nfsIndex]130 %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED 130 131 % Store the data in the non-full stokes structure 131 132 nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY); … … 333 334 'portrait','papertype','A4','paperunits', 'centimeters', ... 334 335 'paperposition',[1 4 11 17]); 336 return %ISSM->THIS LINE HAS BEEN CHANGED 335 337 saveas(gcf, 'expfs.eps', 'psc2'); 336 338
Note:
See TracChangeset
for help on using the changeset viewer.