How can I representing a cell of symbol vectors in a table? Can I use uitable?
3 views (last 30 days)
Show older comments
Hi, How can I show each cell variable elements (when it is a vector of symbols) in rows of one column in a table? Is it possible to do that with uitable? If yes please indiucate how.
0 Comments
Answers (1)
Walter Roberson
on 21 Feb 2011
Vectors of symbols can be converted for display by using char() (possibly followed by cellstr).
I don't know if I would want to do this for editable cells in a uitable though.
0 Comments
See Also
Categories
Find more on Numbers and Precision 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!