Files
B_Current_Ctrl/Matlab/utilities/cleanUpProject.m
T
2025-09-11 22:24:31 +08:00

12 lines
431 B
Matlab

function cleanUpProject()
%cleanUpProject Clean up local customizations of the environment
%
% Clean up the environment for the current project. This function undoes
% the settings applied in "setUpProject". It is set to Run at Shutdown.
% Copyright 2013-2019 The MathWorks, Inc.
% Reset the location where generated code and other temporary files are
% created (slprj) to the default:
Simulink.fileGenControl('reset');