Uses of Interface
adams.data.matlab.MatlabArrayIndexSupporter
-
Packages that use MatlabArrayIndexSupporter Package Description adams.data.conversion adams.flow.transformer -
-
Uses of MatlabArrayIndexSupporter in adams.data.conversion
Classes in adams.data.conversion that implement MatlabArrayIndexSupporter Modifier and Type Class Description class
Mat5StructToMap
Turns the Matlab struct into a map.
In case of multi-dimensional (outermost) structs, an index can be supplied to retrieve just a single element instead of all of them. -
Uses of MatlabArrayIndexSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement MatlabArrayIndexSupporter Modifier and Type Class Description class
Mat5ArraySubset
Outputs either a single value (all dimensions in index specified) from an array or a subset (if one or more dimensions left empty).
Only arrays of type us.hebi.matlab.mat.types.Matrix are currently supported.class
Mat5GetMatrixElement
Retrieves the specified matrix element.class
Mat5SetMatrixElement
Sets the specified element in the matrix passing through.
The value gets parsed automatically according to the element type.
-