Skip to content

Commit 2ea4dc9

Browse files
Merge pull request #4 from VarunArora1988/main
Transmission trade-off workflow with relevant tests.
2 parents 864271e + f11ec06 commit 2ea4dc9

19 files changed

+65
-1
lines changed

Test/TestRunner.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% that consists of test classes in the 'Test' folder. The runner runs
44
% the test suite and generates output.
55

6-
% Copyright 2024 The MathWorks, Inc.
6+
% Copyright 2024-25 The MathWorks, Inc.
77

88
relStr = matlabRelease().Release;
99
disp("This is MATLAB " + relStr + ".");
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 Ref="Workflow/TransmissionTradeOffStudy" Type="Relative"/>
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="d1a55e6b-332f-418e-b5b8-43d2bf109305" type="Reference"/>
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="3111dbce-c570-4684-b16f-33ad84fcb20d"/>
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="TransmissionTradeOffStudy" 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="3111dbce-c570-4684-b16f-33ad84fcb20d"/>
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="motorData.mat" 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="3111dbce-c570-4684-b16f-33ad84fcb20d"/>
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="TransmissionTradeOffStudyWorkflow.mlx" 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="3111dbce-c570-4684-b16f-33ad84fcb20d"/>
5+
</Category>
6+
</Info>

0 commit comments

Comments
 (0)