structdlg

Dialog for show or modify structured data
695 Downloads
Updated 1 Sep 2016

View License

ANSWER = STRUCTDLG(S) creates a modal dialog box that returns user input for multiple prompts in the struct ANSWER. S is the default struct. Each prompt string will inherit the S' fields name.
ANSWER will be the same struct as S except for fields of type "cell array of string" that will be returned as a single string (that selected by the user).
Dialog supports field of following types:
- numeric (both scalar and multi-dimensional)
- string (both single-line and multi-line)
- logical (both scalar and multi-dimensional)
- cellarray (both strings and heterogeneous data-types)
- struct

ANSWER = STRUCTDLG(S,NAME) specifies dialog title

ANSWER = STRUCTDLG(S,NAME,OPTIONS) specifies the option structure

Cite As

Paolo Fabbri (2024). structdlg (https://www.mathworks.com/matlabcentral/fileexchange/25541-structdlg), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Structures in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0