FSL compatibility with Windows 10
Afficher commentaires plus anciens
I am currently trying to run FSL commands with the Matlab command lines. Yet whenever I attempt to do this, the system cannot find any of my commands like system('flirt') as it says that it is inoperable. Can someone tell me how to set up a script that can run FSL into Matlab?
Réponses (1)
Nitish Katoch
le 7 Avr 2021
2 votes
Hello,
If you are still looking for the answer. Please try running this.
system(['bash -c "/usr/local/fsl/bin/flirt -h" ']).
Catégories
En savoir plus sur Neuroimaging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!