Set the components for Data At Nodes result.
d=setComponents(d,node,dir,seid)
d=setComponents(d,node,dir,seid,compressed,data)
SETCOMPONENTS sets the component vectors and optionally data for the Data At Nodes result object. The individual components can be in compressed or uncompressed format. If uncompressed, SETCOMPONENTS will attempt to compress them.
NODE contains a vector of node IDs.
DIR contains a vector of component directions.
SEID contains a vector of superelement IDs.
COMPRESSED is an optional input logical specifying whether the component vectors are compressed. The default is FALSE.
DATA is an optional input vector containing the data values for this result.
>> d = setComponents(d,1:100,1:6,0,true,1:600);
imat_result_dan/getComponents