?? 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 + -