Changeset 5527


Ignore:
Timestamp:
08/23/10 17:32:41 (15 years ago)
Author:
Eric.Larour
Message:

Added stddev and mean qmu plots

Location:
issm/trunk/src/m/classes/public/plot
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_manager.m

    r5421 r5527  
    3535                case 'qmuhistnorm',
    3636                        plot_qmuhistnorm(md,options,subplotwidth,i);
     37                        return;
     38               
     39                case 'qmumean',
     40                        plot_qmumean(md,options,nlines,ncols,i);
     41                        return;
     42               
     43                case 'qmustddev',
     44                        plot_qmustddev(md,options,nlines,ncols,i);
    3745                        return;
    3846               
  • issm/trunk/src/m/classes/public/plot/plotdoc.m

    r5421 r5527  
    4747disp('                  - ''thermaltransient_results'': this will display all the time steps of a thermal transient run');
    4848disp('                  - ''qmuhistnorm'': histogram normal distribution. needs option qmudata');
     49disp('                  - ''qmumean'': plot of mean distribution in sampling analysis with scaled response. needs option qmudata for descriptor');
     50disp('                  - ''qmustddev'': plot of stddev distribution in sampling analysis with scaled response. needs option qmudata for descriptor');
    4951disp('                  - ''part_hist'': partitioning node and area histogram');
    5052
Note: See TracChangeset for help on using the changeset viewer.