demo.m
来自「ICA can be used in brain activation stud」· M 代码 · 共 21 行
M
21 行
function demo
% demo.m Demonstration of fMRI analysis with Indepandent component analysis (ICA)
% by Thomas Kolenda 2002
format compact
CommandMenu=1;
while CommandMenu~=0
CommandMenu=menu('ICA - fMRI demos'...
,'MAPAWAMO demo'...
,'HVIDOVRE demo'...
,'[ End ] ');
switch CommandMenu,
case 1, script_demo_MAPAWAMO;
case 2, script_demo_HVIDOVRE;
otherwise, CommandMenu=0;
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?