Uitable - data types
显示 更早的评论
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 个评论
Geoff Hayes
2017-2-23
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
2017-2-23
Matt
2017-2-23
Geoff Hayes
2017-2-23
Glad that it worked out, Matt!
Geoff Hayes
2017-2-23
Since you figured out the problem, can you post that as an answer?
Matt
2017-2-23
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!