📄 is_sccn.m
字号:
% is_sccn() - returns 1 if computer is located at SCCN (Swartz Center% for computational Neuroscience) and 0 otherwisefunction bool = is_sccn; bool = 0; domnane = ' '; eval([ 'if isunix, [tmp domname] = unix(''hostname -d'');' ... 'end;' ... 'bool = strcmpi(domname(1:end-1), ''sccn.ucsd.edu'');' ], '');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -