How can I representing a cell of symbol vectors in a table? Can I use uitable?
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.
Answers (1)
Walter Roberson
on 21 Feb 2011
0 votes
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.
Categories
Find more on Symbolic Math Toolbox 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!