12 lines
431 B
Matlab
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');
|