structdlg

Dialog for show or modify structured data

You are now following this Submission

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 (2026). structdlg (https://www.mathworks.com/matlabcentral/fileexchange/25541-structdlg), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.1

Updated license

1.0.0.0