Skip to content
Snippets Groups Projects
Select Git revision
  • patch-1
  • clean_up_soundfield-simulation-related_applications
  • subjectOrientationFeedback
  • combined_wave_and_ga_simulation
  • iks_liebich
  • master default protected
  • MCE_sens_device_list
  • BuildingAcoustics
  • kia
  • ita_3da_dev
  • raven-project-unix
  • va_2018_api_change
  • ita-fileformat-cleanup
  • release
  • nlms
  • documentationFix
  • Last-SVN-Commit
17 results

ita_toolbox_uninstall.m

Blame
  • 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 ! *********************************')