Last updated 2 years ago
Was this helpful?
Reshapes libpointer dimensions.
tf = h.reshape(X, Y)
h - a libpointer handle.
X - a scalar double: new X dimension.
Y - a scalar double: new Y dimension.
Set dimensions from libpointer object.
.
a = libpointer('doublePtr', eye(2, 2)); a.reshape(3, 3); a.Value
1.0.0
initial version
Allan CORNET