You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
%Example:
function y = f(x,t)
setParameterDefault('x',1);
setParameterDefault('t',3);
y = 3*x-2*t;
try:
f('', 1); -> x=1 -> y = 1
f(2); -> t=3 -> y = 0
f('', []); -> x=1, t=3 -> y = -3
Cite As
Tobias Kienzler (2026). setParameterDefault (https://uk.mathworks.com/matlabcentral/fileexchange/31285-setparameterdefault), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (1.93 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
