Skip to content

Commit b80b3ba

Browse files
committed
CI test for polezeroanalysis
1 parent 5a256b1 commit b80b3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/PoleZeroAnalysis.mlx

40 Bytes
Binary file not shown.

SoftwareTests/PreFiles/PrePoleZeroAnalysis.m

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

0 commit comments

Comments
 (0)