Skip to content

Commit 2af6226

Browse files
author
nobuakif
committed
modify cleanupSImulationArtifacts.m to clean up ready-to-run generated files.
1 parent 4aa83c3 commit 2af6226

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

cleanupSimulinkArtifacts.m

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@
3535
delete('TrajectoryFollowVehicle.zip');
3636
delete('TrajectoryFollowVehicle.slprotodata');
3737
delete('TrajectoryFollowVehicle_*');
38+
39+
delete('SfCompatibilityCheckData.mat');
40+
delete('TrajectoryFollowVehicleWith14DoF.slprotodata');
41+
rmdir('codegen*', 's');
42+
rmdir('m2m_*', 's');
43+
rmdir('pkg_*', 's');
44+
rmdir('videos*', 's');
45+
rmdir('par_mdl_ref*', 's');
46+
rmdir('*_nanoshrlib_rtw*', 's');
-260 Bytes
Binary file not shown.
-218 Bytes
Binary file not shown.
-218 Bytes
Binary file not shown.
-218 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)