Changeset 809 for trunk/src/copyfields.m


Ignore:
Timestamp:
Aug 13, 2014, 2:47:15 AM (10 years ago)
Author:
g7moreau
Message:
  • Add license
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/copyfields.m

    r19 r809  
    11%'copyfields' copy fields between two matlab structures
    2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3 % OUPUT:
     2%------------------------------------------------------------------------
     3% OUTPUT:
    44% NewData: resulting structure
    55%
    6 %INPUT:
     6% INPUT:
    77% listfields: cell arrays representing the list of field names to be copied
    88% SourceData: structure containing the source data to copy in NewData
    99% OldData: (optional) preexisting data structure.
     10
     11%=======================================================================
     12% Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France
     13%   http://www.legi.grenoble-inp.fr
     14%   Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr
     15%
     16%     This file is part of the toolbox UVMAT.
     17%
     18%     UVMAT is free software; you can redistribute it and/or modify
     19%     it under the terms of the GNU General Public License as published
     20%     by the Free Software Foundation; either version 2 of the license,
     21%     or (at your option) any later version.
     22%
     23%     UVMAT is distributed in the hope that it will be useful,
     24%     but WITHOUT ANY WARRANTY; without even the implied warranty of
     25%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     26%     GNU General Public License (see LICENSE.txt) for more details.
     27%=======================================================================
    1028
    1129function NewData=copyfields(listfields,SourceData,OldData)
Note: See TracChangeset for help on using the changeset viewer.