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!