Create sequence of indexed character vectors
txtarray = strseq(TXT,INDICES)
txtarray = strseq(TXT,INDICES)
creates
a sequence of indexed character vectors in the cell array txtarray
by
appending the integer values INDICES
to the character
vector TXT
.
Note
You can use strvec
to aid in system interconnection.
For an example, see the sumblk
reference
page.