Select Git revision
Forked from
Institute of Technical Acoustics (ITA) / toolbox
1191 commits behind the upstream repository.
-
Jan-Gerrit Richter authored
based on commit 13321 from svn
Jan-Gerrit Richter authoredbased on commit 13321 from svn
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ita_toolbox_uninstall.m 416 B
disp('*********** Uninstalling ITA-Toolbox for MATLAB *******************')
% <ITA-Toolbox>
% This file is part of the ITA-Toolbox. Some rights reserved.
% You can find the license for this m-file in the license.txt file in the ITA-Toolbox folder.
% </ITA-Toolbox>
close all;
try
ita_preferences('reset');
end
ita_delete_toolboxpaths;
disp('************************** DONE ! *********************************')