FeatureSet method: FMatrix

FeatureSet method: FMatrix

Syntax: <feature set> FMatrix <feature> <FMatrix>

Example: fs FMatrix m {{0.0 0.0} {0.0 1.0} {1.0 0.0} {1.0 1.0}}

This method creates a new FMatrix feature with the name <feature> containing the data of <FMatrix>. <FMatrix> can be the name of a FMatrix object or a list of the coefficients (see example above). You can also use a FMatrix feature 'n' of another FeatureSet 'fs2':

Example: fs FMatrix m fs2:n.data

Optional flags: none

Related commands: SVector


maier@ira.uka.de