getVariableValue
Class: mlreportgen.report.MATLABVariable
Namespace: mlreportgen.report
Get MATLAB variable value
Syntax
value = getVariableValue(rptr)
Description
Input Arguments
Output Arguments
Examples
Obtain the Value of a MATLAB Workspace Variable
x = 17; rptr = mlreportgen.report.MATLABVariable(x); value = getVariableValue(rptr)
value = 17
Version History
Introduced in R2018b