matlab create directory if doesn't exist code example Example: if directory exist matlab if ~exist(yourFolder, 'dir') mkdir(yourFolder) end