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!