How to display string of matrix in one edit text?
Show older comments
I need display matrix which can contains Any number of vector in one edit text, how I can display it simply? Thanks.
4 Comments
Walter Roberson
on 31 Mar 2013
What data type are the contents? If the matrix can contain a number of vectors, is the implication that the matrix is a cell matrix that contains other entries?
Walter Roberson
on 31 Mar 2013
a=['somename';'diffname';'something']; or a={'somename';'diffname';'something'}; ?
Viktor
on 31 Mar 2013
Accepted Answer
More Answers (0)
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!