HGTable - functions for displaying tabular data in a MATLAB list control

버전 1.3.0.1 (23.5 KB) 작성자: Malcolm Wood
Uses a standard MATLAB listbox to display multiple columns of data
다운로드 수: 3.4K
업데이트 날짜: 2016/9/1

라이선스 보기

MATLAB's Handle Graphics infrastructure does not provide a control which displays tabular data. In recent versions of MATLAB it is possible to use a Java table to do display such data, but even this can be tricky.
The solution provided here is to use a list control to display the data, putting one row of data on each line, separating columns with bar characters, and using a fixed-width font to ensure that columns are aligned properly. Separate callbacks can be used to receive events when the user selects a row in the list and when a row is double-clicked.

The main limitation of this approach is that only entire rows can be selected, not columns or individual "cells".

인용 양식

Malcolm Wood (2024). HGTable - functions for displaying tabular data in a MATLAB list control (https://www.mathworks.com/matlabcentral/fileexchange/10782-hgtable-functions-for-displaying-tabular-data-in-a-matlab-list-control), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.1

Updated license

1.3.0.0

Updated requirements

1.2.0.0

Added copyright lines. Changed background colour of table in demo.

1.1.0.0

Review

1.0.0.0