UI Array
Version 1.0.1 (28,5 ko) par
Mehmed Saad
Inspired by LabVIEW, enables LabVIEW-style array input in MATLAB UI. Simplify array management with an intuitive and user-friendly Interface
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
Demo Video: https://youtu.be/kacYppCG5Ww
Citation pour cette source
Mehmed Saad (2026). UI Array (https://fr.mathworks.com/matlabcentral/fileexchange/157356-ui-array), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2023b
Compatible avec les versions R2023a à R2024a
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.1 | Color of Array spinner changes with Edit field |
||
| 1.0.0 |
