Changeset 809 for trunk/src/nc2struct.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nc2struct.m
r801 r809 35 35 % representing time indices to select for each variable, the cell of other input variable names. 36 36 37 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 38 % Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr 39 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 37 %======================================================================= 38 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 39 % http://www.legi.grenoble-inp.fr 40 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 41 % 40 42 % This file is part of the toolbox UVMAT. 41 % 43 % 42 44 % UVMAT is free software; you can redistribute it and/or modify 43 % it under the terms of the GNU General Public License as published by44 % the Free Software Foundation; either version 2 of the License, or45 % (at your option) any later version.46 % 45 % it under the terms of the GNU General Public License as published 46 % by the Free Software Foundation; either version 2 of the license, 47 % or (at your option) any later version. 48 % 47 49 % UVMAT is distributed in the hope that it will be useful, 48 50 % but WITHOUT ANY WARRANTY; without even the implied warranty of 49 51 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 50 % GNU General Public License ( file UVMAT/COPYING.txt) for more details.51 % AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA52 % GNU General Public License (see LICENSE.txt) for more details. 53 %======================================================================= 52 54 53 55 function [Data,var_detect,ichoice,errormsg]=nc2struct(nc,varargin)
Note: See TracChangeset
for help on using the changeset viewer.