File: check_brain2mesh_dependency.m

package info (click to toggle)
octave-brain2mesh 0.7.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,748 kB
  • sloc: makefile: 54
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
if(~exist('brain2mesh','file'))
    error('Missing dependency. You must download and addpath to brain2mesh.m, URL: https://github.com/fangq/brain2mesh')
end

if(~exist('zmat','file'))
    error('Missing dependency. You must download and addpath to zmat.m, URL: https://github.com/fangq/zmat')
end

if(~exist('nii2jnii','file'))
    error('Missing dependency. You must download and addpath to iso2mesh toolbox, URL: https://github.com/fangq/iso2mesh')
end