Skip to content

Commit 8257b0f

Browse files
author
nobuakif
committed
commit before testing R2025b
1 parent 791b6bf commit 8257b0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
0 Bytes
Binary file not shown.

cleanupSimulinkArtifacts.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242

4343
delete('SfCompatibilityCheckData.mat');
4444
delete('TrajectoryFollowVehicleWith14DoF.slprotodata');
45-
rmdir('codegen*', 's');
46-
rmdir('m2m_*', 's');
4745
rmdir('pkg_*', 's');
46+
rmdir('*_nanoshrlib_rtw*', 's');
47+
% rmdir('codegen*', 's');
48+
rmdir('m2m_*', 's');
4849
rmdir('videos*', 's');
49-
rmdir('par_mdl_ref*', 's');
50-
rmdir('*_nanoshrlib_rtw*', 's');
50+
rmdir('par_mdl_ref*', 's');

pathFollowingUtil/VehDyn14DOF.slx

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)