MATLAB Application Program Interface Reference | Help Desk |
mxSetJc
Set thejc
array of a sparse mxArray
subroutine mxSetJc(pm, jc) integer*4 pm, jcpm jc Use
mxSetJc
to specify a new jc
array for a sparse mxArray
. The jc
array is an integer array having n+1
elements where n
is the number of columns in the sparse mxArray
.
mxGetIr
, mxGetJc
, mxSetIr