libpointer_reshape
Reshapes libpointer dimensions.
Syntax
tf = h.reshape(X, Y)
Input argument
h - a libpointer handle.
X - a scalar double: new X dimension.
Y - a scalar double: new Y dimension.
Description
Set dimensions from libpointer object.
See also
Example
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated