We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000f8d6 commit 125074cCopy full SHA for 125074c
SoftwareTests/PreFiles/PrePoleZeroAnalysis.m
@@ -2,8 +2,8 @@
2
% ---- Known Issues -----
3
KnownIssuesID = "";
4
% ---- Pre-run commands -----
5
-plotPoles = @(x)avoidPlotPoles(x);
6
-function avoidPlotPoles(x)
7
- disp("Do not run Plot Poles function.")
+set = @(x)avoidSet(x);
+function avoidSet(x)
+ disp("Do not set parameters.")
8
end
9
0 commit comments