Download this file
1 2 3 4 5 6 7
function val = iseeglabdeployed() % iseeglabdeployed - true for EEGLAB compile version and false otherwise try val = isdeployed; catch val = 0; end