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 classMat5StructToMapTurns 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 classMat5ArraySubsetOutputs 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.classMat5GetMatrixElementRetrieves the specified matrix element.classMat5SetMatrixElementSets the specified element in the matrix passing through.
The value gets parsed automatically according to the element type.
-