Home > mpt > @polytope > subsasgn.m

subsasgn

PURPOSE ^

SUBSASGN Indexed assignments for polytope objects

SYNOPSIS ^

function P = subsasgn(P, X, Q)

DESCRIPTION ^

SUBSASGN Indexed assignments for polytope objects

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 
 P(I) = Q B assigns the values of B into the elements of A specifed by
            the subscript vector I.

 Note: if P(I) = [], removes polytope at position 'I' from the polytope array

 USAGE:
   P(2) = [];
   P(4) = Q1;
   P([1 3 5]) = Q2;

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------

 see also SUBSREF, HORZCAT

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003