UI Array

版本 1.0.1 (28.5 KB) 作者: Mehmed Saad
Inspired by LabVIEW, enables LabVIEW-style array input in MATLAB UI. Simplify array management with an intuitive and user-friendly Interface
34.0 次下载
更新时间 2024/1/10

查看许可证

Discover the versatility of UI_Array, an App Designer tool that transforms standard edit fields into dynamic array inputs, akin to LabVIEW's array editor. With two primary functions—UI_Array_Editor for control and UI_Array_Viewer for display—it seamlessly integrates into your UI. Simply provide a uifigure or uipanel and the edit field, and UI_Array takes care of the rest. The array data is efficiently stored in the edit field's UserData, enhancing usability and enabling a smooth user experience
See Example_UI_Array.mlapp for better understanding
Usage:
uihandle = uifigure;
arr_editfield = uieditfield(uihandle,'numeric');
UI_Array_Editor(uihandle,arr_editfield);
where uihandle must be the one upone which editfield is placed
if your editfield is placed on a panel, input panel handle

引用格式

Mehmed Saad (2026). UI Array (https://ww2.mathworks.cn/matlabcentral/fileexchange/157356-ui-array), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2023b
兼容 R2023a 到 R2024a 的版本
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
1.0.1

Color of Array spinner changes with Edit field

1.0.0