Uitable - data types
Mostrar comentarios más antiguos
Hi,
I have an interface with two different GUI windows each with a different uitable. Both contain numbers, and both are formatted with editable columns formatted as 'Custom - Bank' format.
In the cell edit callback, when using the "get" function one table produces data in a double format, and the other in a cell format.
handles.Data = get(handles.DataTable, 'data')
Why could this be? What controls this?
I am absolutely baffled. I want to work with my data in the 'double' form.
Thanks in advance,
Matt
7 comentarios
Geoff Hayes
el 23 de Feb. de 2017
Matt - how are you initializing the data in each table? Are you doing something different so that one table is formatted as a cell array?
Matt
el 23 de Feb. de 2017
Matt
el 23 de Feb. de 2017
Geoff Hayes
el 23 de Feb. de 2017
Glad that it worked out, Matt!
Geoff Hayes
el 23 de Feb. de 2017
Since you figured out the problem, can you post that as an answer?
Matt
el 23 de Feb. de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!