jalauer's picture
Add files using upload-large-folder tool
75b0af9 verified
% iseeglabdeployed - true for EEGLAB compile version and false otherwise
function val = iseeglabdeployed
try
val = isdeployed;
catch
val = 0;
end