strseq
Create sequence of indexed character vectors
Syntax
txtarray = strseq(TXT,INDICES)
Description
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.
Examples
Version History
Introduced in R2008b