Syntax:
<feature set> SVector <feature> <SVector>
Example:
fs SVector x {1 2 3 4 5}
This method creates a new SVector feature with the name <feature> containing the data of <SVector>. <SVector> can be the name of a SVector object or a list of the coefficients (see example above). You can also use a SVector feature 'y' of another FeatureSet 'fs2':
Example:
fs SVector x fs2:y.data
Optional flags: none
Related commands: FMatrix