Smat

Smat – matrix data type
smat_create – string matrix creation

Calling sequence

S=[str11, str12, ..., str1n;  
   str21, str22, ..., str2n;  
   ...  
   strm1, strm2, ...; strmn]  
//  
S=smat_create(2,2,"nsp")

Parameters

Description
The Smat data type is the string matrix object, i;e. a two dimensional array in which each entry is a string. Column vectors of strings are considered as m x 1 matrices and row vectors as 1 x n matrices.

Operations on string matrices

Methods from the matint interface

Extraction, insertion, deletion

Some string functions

See also

Authors jpc, bp