[422372]: / functions / adminfunc / iseeglabdeployed.m

Download this file

8 lines (7 with data), 157 Bytes

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