S=[str11, str12, ..., str1n;
str21, str22, ..., str2n; ... strm1, strm2, ...; strmn] // S=smat_create(2,2,"nsp") |
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.