Home > Objects > @iData > set.m

iFit/set

PURPOSE ^

[s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties

SYNOPSIS ^

function this = set(this,varargin)

DESCRIPTION ^

 [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties

   @iData/set function to set iData properties.
   set(s, 'PropertyName', Propertyvalue, ...}) 
     sets values into given property names for the iData object s.
   set(s, Struct.Field, ...)
     sets values from given structure fields into the iData object s.
   set(s, CellNames, CellValues, ...)
     sets values from given cells into the iData object s.
   set(s) indicates the signification of the iData base properties
   The input iData object is updated if no output argument is specified.

 ex      : set(iData,'Title','A nice Title')

 Version: Aug. 22, 2017
 See also iData, iData/get, iData/setalias, iData/setaxis

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1