Skip to content
Snippets Groups Projects
tsgqc.m 144 KiB
Newer Older
    % clear base workspace just before quit, this is the only method
    % to clear NetCDF variables assign to base workspace with assignin
    % ----------------------------------------------------------------
    evalin('base','clear all');
    
  end % end of quitProgram