Skip to content

Commit a9edc95

Browse files
committed
Fix project and update model to 24a
1 parent 52d3dee commit a9edc95

File tree

146 files changed

+356
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+356
-2
lines changed

Models/BuildYourOwnMSD.slx

-78.8 KB
Binary file not shown.

Models/BungeeJumping.slx

-47.9 KB
Binary file not shown.

Models/BungeeJumpingDrag.slx

-50 KB
Binary file not shown.

SoftwareTests/PreFiles/PreIntroToProblemSolving.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
out1.logsout{1}.Values.Data = zeros(51,1);
77
out1.logsout{1}.Values.Time = (0:1:50)';
8+
web = @(x) disp("... Opening "+x);
89
% simData = zeros(50,1);

SoftwareTests/PreFiles/PreIntroToProblemSolvingSoln.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
out1.logsout{1}.Values.Data = zeros(51,1);
77
out1.logsout{1}.Values.Time = (0:1:50)';
8+
web = @(x) disp("... Opening "+x);
89
% simData = zeros(50,1);
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="BungeeJumpingDrag.slx" type="File"/>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="BuildYourOwnMSD.slx" type="File"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info/>

0 commit comments

Comments
 (0)