Matlab
getvar
get a numerical array or matrix in an open MATLAB(R) session
Calling Sequence
Parameters
Description
Examples
getvar(X)
X
-
string naming the MATLAB® variable
The command getvar gets the value of the MATLAB® variable X.
The variable X must be a MatlabMatrix.
Executing the getvar command returns a Matrix, Vector or constant.
with⁡Matlab:
maplematrix_a≔LinearAlgebraRandomMatrix⁡16:
Matlabsetvar⁡matlabmatrix_a,maplematrix_a:
The matrix can be manipulated and reassigned in MATLAB®, and the result can be transferred back to Maple.
MatlabevalM⁡result = condest(matlabmatrix_a)
Matlabgetvar⁡result
See Also
Matlab[defined]
Matlab[dimensions]
Matlab[setvar]
Matlab[size]
Matlab[square]
MatlabMatrix
Download Help Document