⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mri_toolbox_doc_make.m

📁 mri_toolbox是一个工具用来MRI. 来自于SourceForge, 我上传这个软件,希望能结识对医疗软件感兴趣的兄弟.
💻 M
字号:

% mri_toolbox_doc_make - script to use m2html to create mri_toolbox documentation

if exist('m2html'),
    location = which('mri_toolbox');
    [path,file,ext] = fileparts(location);
    path = strrep(path,'mri_toolbox','');
    cd(path);
    m2html('m','mri_toolbox','html',['mri_toolbox',filesep,'doc_m2html']);
else
    error('cannot locate m2html, see http://www.madic.org/download/matlab/m2html/');
end

clear ext file location path

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -