Skip to content

Instantly share code, notes, and snippets.

@rowanc1
Created June 3, 2014 19:31
Show Gist options
  • Save rowanc1/2b2066f2875f25f43df9 to your computer and use it in GitHub Desktop.
Save rowanc1/2b2066f2875f25f43df9 to your computer and use it in GitHub Desktop.
Clear, close all, clc, quit: cc.m
clear;
clear CLASSES;
clc;
close all;
try
dbquit('all');
clear;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment