-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up files and the project status for the GitHub release
- Loading branch information
1 parent
dfc9aaf
commit cdde874
Showing
54 changed files
with
179 additions
and
20 deletions.
There are no files selected for viewing
Binary file modified
BIN
+5 Bytes
(100%)
HEV/PowerSplitHEV_SpeedTracking/PowerSplitHEV_SpeedTracking.slx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+350 Bytes
(100%)
...EV_SpeedTracking/drive_patterns/PowerSplitHEV_SpeedTracking_accelerate_decelerate_kph.mlx
Binary file not shown.
74 changes: 74 additions & 0 deletions
74
HEV/PowerSplitHEV_SpeedTracking/utils/PowerSplitHEV_SpeedTracking_plot_result_compact.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
function PowerSplitHEV_SpeedTracking_plot_result_compact( nvpair ) | ||
% plots the simulation result. | ||
|
||
% Copyright 2021 The MathWorks, Inc. | ||
|
||
%% Process arguments | ||
|
||
arguments | ||
nvpair.Dataset (1,1) Simulink.SimulationData.Dataset | ||
nvpair.PlotParent (1,1) matlab.ui.Figure | ||
end | ||
|
||
logsout = nvpair.Dataset; | ||
parent = nvpair.PlotParent; | ||
|
||
%% Plot | ||
|
||
parent.Position(3:4) = [800 700]; % width height | ||
|
||
tl = tiledlayout(parent, 3, 2, ... | ||
'TileSpacing','compact', 'Padding','compact' ); | ||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("Vehicle Speed").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "Longitudinal Vehicle Speed (km/hr)") | ||
hold off | ||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("MG2 Speed").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "MG2 Speed (rpm)") | ||
hold off | ||
|
||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("Vehicle G Force").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "Longitudinal G Force") | ||
hold off | ||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("MG1 Speed").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "MG1 Speed (rpm)") | ||
hold off | ||
|
||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("HV Battery SOC").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "HV Battery SOC (%)") | ||
hold off | ||
|
||
ax = nexttile(tl); | ||
vals = logsout.get("Engine Speed").Values; | ||
plot(ax, vals.Time, vals.Data, 'LineWidth',1) | ||
hold on; grid on | ||
xlabel(ax, "Time (s)") | ||
title(ax, "Engine Speed (rpm)") | ||
hold off | ||
|
||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/N-eG_4vJzCQEnyhP9iZj4pC1qykp.xml
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/PAo2YEr1MvlgKEaZ-FUZl_UXNcwd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/PAo2YEr1MvlgKEaZ-FUZl_UXNcwp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="simulation_result.png" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/liZlLZPhtAc5-QOLMpAKSFed_m8d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/liZlLZPhtAc5-QOLMpAKSFed_m8p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitDriveUnit_small.png" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/tpT1s6tB-9Ru4nNzN9q5oDhNPl4d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/-V17xoKMQuak4-chxc1ixTLv0tA/tpT1s6tB-9Ru4nNzN9q5oDhNPl4p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking.png" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/AOPCqSsBDEeY5nWeMJSrMRk7ZkE/f0qpk6WYedliV7dnOEJpkYeMeyod.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/AOPCqSsBDEeY5nWeMJSrMRk7ZkE/f0qpk6WYedliV7dnOEJpkYeMeyop.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="drive_patterns" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/JY48EgALZlPe7jjaOmFWXjF7Wbc/EOoVdaVTRkGARX2gadaQDk8kfIsp.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
resources/project/JY48EgALZlPe7jjaOmFWXjF7Wbc/vAI6nfdTHNXI2CM5nu99eT7iNs4p.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
resources/project/JdSelvq6hOi0BqW9G6oq7l9z_yM/4aJxGKYiUkKh7EwdqSTnypJgCs0p.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
resources/project/JdSelvq6hOi0BqW9G6oq7l9z_yM/5_G62eixhnZj2NhCbM6EC43v1Kkp.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/JdSelvq6hOi0BqW9G6oq7l9z_yM/GEZhWjc5weUdU9vkRXziG0mBn-8p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_high_speed.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/4GTppibccEiTOUlHvp7JUZ-R3vop.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_accelerate_decelerate_mph.mlx" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/8DLx-G52j1-ANOynf69BNbxr7C0p.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/Hxa0Od3-kiOgx89vG9IsGHgUPEYp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_simple_drive_pattern.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/KFN84hQqjmlS7KI2PXx3vXwqWd4p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_ftp75_mph.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/VxYlrS4vn-WgI94c_ObNkjLGI9Ap.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_high_speed.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/dFmM7wHyUxv91GfSzr5zSYD7WcEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_mg2_accelerate.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/l_TFYqJIqIqlgqefVbSxTN6nofUp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_accelerate_decelerate_kph.mlx" type="File" /> |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
resources/project/Lys60Yf4nmqWiWCzDBLmTjLYRss/yN8mqy29UskIFjmQChbm-D2aiR0p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="DrivingPatternBasic_eng_accelerate.mlx" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/TzvUQGkdm765rT7RsnxkoMSDNNkd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/TzvUQGkdm765rT7RsnxkoMSDNNkp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="1" type="DIR_SIGNIFIER" /> |
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/k51L8t5dHQuiBgoyp3GxtBFo-jgd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/k51L8t5dHQuiBgoyp3GxtBFo-jgp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_ftp75.mlx" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/s08TsZtCfHzWdu3nhd6h8Y5pJsEd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/f0qpk6WYedliV7dnOEJpkYeMeyo/s08TsZtCfHzWdu3nhd6h8Y5pJsEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_simple_drive_pattern.mlx" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/R4HGLc-jvt4jrh2tYgTt_R55PwAp.xml
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/5sVlTNxC7pYyPs-WdBnrXnupfkUd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/5sVlTNxC7pYyPs-WdBnrXnupfkUp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_plot_result_compact.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/SdNqOyj2M82nnwYIstu1Fd-QdwEd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/SdNqOyj2M82nnwYIstu1Fd-QdwEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_select_ftp75.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/VOjDI-Rk4-fvCnF4GclzamnyWxkd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/VOjDI-Rk4-fvCnF4GclzamnyWxkp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_select_simple_pattern.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/_He6pj6jGnscrHfY-tLftT8Yyb0d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/tfkioZ2QOgBmRj9mxv3F-AYlZIE/_He6pj6jGnscrHfY-tLftT8Yyb0p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PowerSplitHEV_SpeedTracking_select_accel_decel.m" type="File" /> |
2 changes: 0 additions & 2 deletions
2
resources/project/xx1tVU9lPasl4jnSKewa2fhQ_KQ/YO6BZpm6H9zavj6H1dvXhzmS1d4p.xml
This file was deleted.
Oops, something went wrong.