Use this helper function if you want to call a function multiple times but each time with different values of named parameter.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Generate multiple named parameter combinations from a single struct that contains arrays.
Example:
my_struct.LineWidth = 0.5:0.5:2;
out = unfold_named_parameter_struct(my_struct);
xy = rand(10,4);
axis = axes;
hold(axis, "on");
plot(axis, xy(:,1), xy(:,2), out{1}{:}) % 'Color','red','LineWidth',0.5
plot(axis, xy(:,3), xy(:,4), out{8}{:}) % 'Color','green','LineWidth',2
hold(axis, "off");
Cite As
Bernard Beitz (2026). Unfold Named Parameter Struct (https://github.com/bernb/unfold-named-narameter-struct/releases/tag/1.0.1), GitHub. Retrieved .
General Information
- Version 1.0.1 (2.51 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with R2019b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.1 | See release notes for this release on GitHub: https://github.com/bernb/unfold-named-narameter-struct/releases/tag/1.0.1 |
||
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
