How to display string of matrix in one edit text?
Ältere Kommentare anzeigen
I need display matrix which can contains Any number of vector in one edit text, how I can display it simply? Thanks.
4 Kommentare
Walter Roberson
am 31 Mär. 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
am 31 Mär. 2013
a=['somename';'diffname';'something']; or a={'somename';'diffname';'something'}; ?
Viktor
am 31 Mär. 2013
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!