Skip to content

Commit 125074c

Browse files
committed
Updated pre files
1 parent 000f8d6 commit 125074c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoftwareTests/PreFiles/PrePoleZeroAnalysis.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
% ---- Known Issues -----
33
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
plotPoles = @(x)avoidPlotPoles(x);
6-
function avoidPlotPoles(x)
7-
disp("Do not run Plot Poles function.")
5+
set = @(x)avoidSet(x);
6+
function avoidSet(x)
7+
disp("Do not set parameters.")
88
end
99

0 commit comments

Comments
 (0)