Changeset 811 for trunk/src/plot_field.m


Ignore:
Timestamp:
Aug 13, 2014, 3:08:49 AM (10 years ago)
Author:
g7moreau
Message:
  • Update header OUPUT -> OUTPUT and so on...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r809 r811  
    1414% function [PlotType,PlotParamOut,haxes]= plot_field(Data,haxes,PlotParam,PosColorbar)
    1515%
    16 % OUPUT:
     16% OUTPUT:
    1717% PlotType: type of plot: 'text','line'(curve plot),'plane':2D view,'volume'
    1818% PlotParamOut: structure, representing the updated  plotting parameters, in case of automatic scaling
    1919% haxes: handle of the plotting axis, when a new figure is created.
    2020%
    21 %INPUT
     21% INPUT:
    2222%    Data:   structure describing the field to plot
    2323%         (optional) .ListGlobalAttribute: cell listing the names of the global attributes
Note: See TracChangeset for help on using the changeset viewer.