Changeset 17718


Ignore:
Timestamp:
04/14/14 11:13:32 (11 years ago)
Author:
bdef
Message:

NEW:adding a plotmodel option to plot the values at a point function of time

Location:
issm/trunk-jpl/src/m
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_manager.m

    r15146 r17718  
    112112                        plot_sarpwr(md,options,subplotwidth,i)
    113113                        return
     114                case 'time_dependant' ,
     115                        plot_vstime(md,options,nlines,ncols,i)
     116                        return
    114117                case 'icefront'
    115118                        plot_icefront(md,options,subplotwidth,i,data)
  • issm/trunk-jpl/src/m/plot/plot_profile.m

    r13009 r17718  
    3131        [datai datatype]=processdata(md,data(:,i),options);
    3232
    33         %resolution
     33        %resolution[z,data_interp]=ProfileValues(md,datai,xprof,yprof,resolution);
    3434        if exist(options,'resolution'),
    3535                resolution=getfieldvalue(options,'resolution');
Note: See TracChangeset for help on using the changeset viewer.