UITable Presentation (Columns/ Rows)

I am using app designer and on a UI Table I would like that the table would work "transposed". E.g The parameters would be on the rows and the new entries would be added on new collumns. This would show the data in a more natural way for this application and I have more lateral space (in X direction) on the GUI than vertical space ( in Y direction).
Is there any way to make the table and then just present it "transposed", with the rows in the place of the columns? Even if only visually...

댓글 수: 3

dpb
dpb 2021년 5월 14일
As a natural uitable, no. The component supports no features to do that.
All you could do would be to recreate the table with the data transposed and associated column names, etc., as if the data were/are organized that way. But, the uitable would still work/look like a standard one and couldn't interactively add new column with any builtin controls, etc.; they would still be row oriented. To do anything else would require taking over all the keystroke callbacks and rehandling them to recreate a new uitable in place of the existing one to add a column, say...this undoubtedly would be fraught with much pain to get to even work at all and refresh rates and so on likely not good, too,.
All in all, I think not a feasible idea.
Jose Santos
Jose Santos 2021년 5월 14일
Thanks for the reply.
With all the research that I found, got to the same idea... Maybe a feature to include on the next release, if possible.
Might only need to be a visual representation and not the entire table built as collumn oriented.
dpb
dpb 2021년 5월 14일
I've not searched whether there's a Windows GUI object of the sort at all -- unless there is, the likelihood of anything being implemented is, I would venture, essentially zero. If there's a COM/ACTIVE X component out there in the wild somewhere, it would be at least theoretically possible to build a DLL to use it, but still undoubtedly a lot of work.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 5월 14일

댓글:

dpb
2021년 5월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by