How can I representing a cell of symbol vectors in a table? Can I use uitable?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 21 de Feb. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!