Table Field Selector

GUI utility to enable your users to assign fields from their data tables to important fields in your application.
ダウンロード: 17
更新 2021/9/10

MATLAB Table Field Selector

A configurable UI enabling your users to select which fields in a table are relevant to your application. For the purposes of this documentation, the fields your application needs are called "metanames". Fields your users provide are just called "fields".

Operation

Call select(config, t) on the user table t and a config struct. A modal uifigure will be created waiting for the user to finish selections. The return value will be a containers.Map object whose keys are your metanames and whose values are the user's fields. If the user clicks "Cancel" or closes the uifigure without clicking "Done" an empty array will be returned.

Configuration

To configure, create a config struct with the following fields.

  • metanames - A list of names suitable for display. The user will select fields to match these.
  • default_selection - The default selection value for metanames. Must be a scalar string.

User Guide

For each field on the left table, please use the table drop-downs to select columns from the table preview on the right. Double click in the left-hand table cells to change them. To exit early, click "Cancel" or close the window. To finish click "Done". The "Done" button will only highlight once all cells have been filled.

引用

William Warriner (2024). Table Field Selector (https://github.com/wwarriner/matlab_table_field_selector), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2021a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。