vget¶
Format¶
-
{ x, dbufnew } =
vget
(dbuf, name)¶ - Parameters
dbuf (Nx1 vector) – a data buffer containing various strings and matrices.
name (string) – the name of the string or matrix to extract from dbuf.
- Returns
x (LxM matrix or string) – the item extracted from dbuf.
dbufnew (Kx1 vector) – the remainder of dbuf after x has been extracted.