Mutable List
Version 1.0.0.0 (11.1 KB) by
Brian Moore
GUI supporting interactive reordering, deletion, and selection of list elements
This simple function spawns a GUI with buttons for reordering, deleting, and selecting list elements.
Syntax Example:
items = {'Item 1','Item 2','Item 3','Item 4','Item 5'};
[items idx] = mutable_list(items,'InitVal',3);
Type "help mutable_list" for more information
Cite As
Brian Moore (2024). Mutable List (https://www.mathworks.com/matlabcentral/fileexchange/47523-mutable-list), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Migrate GUIDE Apps in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |