Skip to content

Commit 1e9c3b1

Browse files
committed
More tightly target mock to R2025b
1 parent 902eaae commit 1e9c3b1

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
% Pre-run script for ForwardKinematics.mlx
22
% ---- Known Issues -----
3-
KnownIssuesID = "MATLAB:TooManyInputs";
3+
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
6-
<<<<<<< Updated upstream
7-
open_system = @(x) disp("open simulink for test");
8-
sim = @(y,z,p) disp("run simulink for test");
9-
=======
105
releaseInfo = matlabRelease;
116

127
if releaseInfo.Release == "R2025b"
@@ -21,6 +16,5 @@ function MyOpen(str)
2116

2217
function MySim(str)
2318
disp("Simulating the system " + str);
24-
% Add simulation logic here
2519
end
26-
>>>>>>> Stashed changes
20+
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
% Pre-run script for ForwardKinematicsSoln.mlx
22
% ---- Known Issues -----
3-
KnownIssuesID = "MATLAB:TooManyInputs";
3+
KnownIssuesID = "";
44
% ---- Pre-run commands -----
5-
<<<<<<< Updated upstream
65

7-
8-
open_system = @(x) disp("open simulink for test");
9-
sim = @(y,z,p) disp("run simulink for test");
10-
=======
11-
12-
releaseInfo = matlabRelease;
6+
releaseInfo = matlabRelease;
137

148
if releaseInfo.Release == "R2025b"
159
open_system = @(str)MyOpen(str);
@@ -23,6 +17,4 @@ function MyOpen(str)
2317

2418
function MySim(str)
2519
disp("Simulating the system " + str);
26-
% Add simulation logic here
2720
end
28-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)