FSL compatibility with Windows 10
Show older comments
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?
Answers (1)
Nitish Katoch
on 7 Apr 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" ']).
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!