Changeset 14195
- Timestamp:
- 12/18/12 13:30:48 (12 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_gridded.m
r13009 r14195 24 24 [x_m y_m data_grid]=InterpFromMeshToGrid(elements,x,y,data,xlim(1),ylim(2),post,post,round(diff(ylim)/post),round(diff(xlim)/post),NaN); 25 25 if size(data_grid,1)<3 | size(data_grid,2)<3, 26 error('data_grid size too small in plot_gridded, check posting and uni ');26 error('data_grid size too small in plot_gridded, check posting and units'); 27 27 end 28 28
Note:
See TracChangeset
for help on using the changeset viewer.