We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a256b1 commit b80b3baCopy full SHA for b80b3ba
2 files changed
Scripts/PoleZeroAnalysis.mlx
40 Bytes
SoftwareTests/PreFiles/PrePoleZeroAnalysis.m
@@ -2,8 +2,8 @@
2
% ---- Known Issues -----
3
KnownIssuesID = "";
4
% ---- Pre-run commands -----
5
-set = @(x)avoidSet(x);
6
-function avoidSet(x)
+set = @(varargin)avoidSet(varargin);
+function avoidSet(varargin)
7
disp("Do not set parameters.")
8
end
9
0 commit comments