You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% Edit parameters in a dialog.
%
% Parameters:
% - name: name of the dialog
% - labels: cell array of labels
% - defaultValues: array of default values
% - units: cell array of units, latex supported
%
% Returns:
% - parameters: mat array of parameters
%
% Example:
% labels = {'a', 'b', 'c'};
% defaultValues = [1, 2, 3];
% units = {'$m/s$', '$kg$', '$m^2$'};
%
% parameters = editParameters('test', labels, defaultValues, units);
% disp(parameters);
Cite As
Qin CHEN (2026). dialog to edit parameters (https://www.mathworks.com/matlabcentral/fileexchange/172054-dialog-to-edit-parameters), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (2.44 KB)
MATLAB Release Compatibility
- Compatible with R2021a and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
