vtypecv#

Purpose#

Returns the types of the elements of a data buffer constructed with vput().

Format#

cv = vtypecv(dbuf)#
Parameters:

dbuf (Nx1 vector) – a data buffer containing various strings and matrices.

Returns:

cv (Kx1 character vector) – containing the types of the elements of dbuf.

See also

Functions vget(), vput(), vread(), vnamecv()