prepare_ImaGIN_trainBaseUpdate.m 172 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 function prepare_ImaGIN_trainBaseUpdate(inDir) % FileIn: path linking to the Cropped MEEG object clear S; S = fullfile(inDir); ImaGIN_trainBaseUpdate(S); close all; end