Changeset 924 for trunk/src/plot_field.m
- Timestamp:
- Jan 15, 2016, 1:59:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r908 r924 81 81 % expressed in figure relative unit (ex [0.821 0.471 0.019 0.445]) 82 82 83 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 84 % Copyright 2008-2015, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr 85 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 83 %======================================================================= 84 % Copyright 2008-2016, LEGI UMR 5519 / CNRS UGA G-INP, Grenoble, France 85 % http://www.legi.grenoble-inp.fr 86 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 87 % 86 88 % This file is part of the toolbox UVMAT. 87 % 89 % 88 90 % UVMAT is free software; you can redistribute it and/or modify 89 % it under the terms of the GNU General Public License as published by90 % the Free Software Foundation; either version 2 of the License, or91 % (at your option) any later version.92 % 91 % it under the terms of the GNU General Public License as published 92 % by the Free Software Foundation; either version 2 of the license, 93 % or (at your option) any later version. 94 % 93 95 % UVMAT is distributed in the hope that it will be useful, 94 96 % but WITHOUT ANY WARRANTY; without even the implied warranty of 95 97 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 96 % GNU General Public License ( file UVMAT/COPYING.txt) for more details.97 % AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA98 % GNU General Public License (see LICENSE.txt) for more details. 99 %======================================================================= 98 100 99 101 function [PlotType,PlotParamOut,haxes]= plot_field(Data,haxes,PlotParam)
Note: See TracChangeset
for help on using the changeset viewer.