Class: lib.pointer Package: lib
Reshape lib.pointer array
reshape(h,xdim,ydim)
reshape(h,xdim,ydim) creates an xdim-by-ydim matrix from lib.pointer object h.
h
xdim
ydim
lib.pointer
expand all
lib.pointer object, specified as a handle.
Size of x dimension, specified as double.
double
Size of y dimension, specified as double.