Package export.MLExport
Class MLAnnotationsManager
java.lang.Object
export.MLExport.MLAnnotationsManager
Adds annotations to data units.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotations
(us.hebi.matlab.mat.types.Struct mlStruct, int index, PamDataUnit dataUnit) Add annotations to a MATLAB structure.
-
Constructor Details
-
MLAnnotationsManager
public MLAnnotationsManager()
-
-
Method Details
-
addAnnotations
public void addAnnotations(us.hebi.matlab.mat.types.Struct mlStruct, int index, PamDataUnit dataUnit) Add annotations to a MATLAB structure.- Parameters:
mlStruct
-index
-dataUnit
-
-