BIC-MNI / minc-toolkit-v2

Version 2 of the minc-toolkit, uses tools based on ITK version 4.x
GNU General Public License v3.0
49 stars 21 forks source link

Using matlab and minc-toolkit in Ubuntu #128

Closed tharanic closed 2 years ago

tharanic commented 3 years ago

Hello,

I was wondering if you could help me. I am a phd student at Monash university working with stroke imaging files. I would like to use matlab within Ubuntu so that I can run multiple lines of code at the same time mainly mincresample or mincmath -mult. It is not recognising the minc command at present within matlab. Thanks Tharani

vfonov commented 3 years ago

does system("mincresample ....") work?

tharanic commented 3 years ago

Yes but not recognised in matlab

vfonov commented 3 years ago

what is the output of this command?

gdevenyi commented 2 years ago

Probably issues with not setting up the minc environment before launching matlab.

Make sure to source /path/to/minc/install/minc-toolkit-config.sh in your terminal first, and launch matlab from there.