Home > Objects > @iData > subsasgn.m

iFit/subsasgn

PURPOSE ^

b = subsasgn(a,index,b) : iData indexed assignement

SYNOPSIS ^

function b = subsasgn(a,S,val)

DESCRIPTION ^

 b = subsasgn(a,index,b) : iData indexed assignement

   @iData/subsasgn: function defines indexed assignement 
   such as a(1:2,3) = b
   The special syntax a{0} multiplies the value by the Monitor and then assigns 
   the Signal, and a{n} assigns the axis of rank n.
     When the assigned value is a char, the axis definition is set (as in setaxis).
     When the assigned value is numeric, the axis value is set (as in set).
   The special syntax a{'alias'} is a quick way to define an alias.

 Version: Nov. 26, 2018
 See also iData, iData/subsref

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1