Main Content

reshape

Class: lib.pointer
Namespace: lib

Reshape lib.pointer array

Syntax

reshape(h,xdim,ydim)

Description

reshape(h,xdim,ydim) creates an xdim-by-ydim matrix from lib.pointer object h.

Input Arguments

expand all

lib.pointer object, specified as a handle.

Size of x dimension, specified as double.

Size of y dimension, specified as double.

Version History

Introduced before R2006a