Making Matlab visible to freesurfer? #85
Unanswered
imgettintilted
asked this question in
Q&A
Replies: 0 comments 4 replies
|
This is a tricky one. In contrast to most freesurfer tools that run with the matlab runtime environment, mris_compute_lgi needs a full matlab license. Could you run the generated matlab files in a stanalone matlab instead of using the mris_compute_lgi tools? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Apologies in advance for such a beginner question-I have 0 coding experience and unsure where else to look for help.
I'm on freesurfer 7.4.1 running on Ubuntu 22. I'm trying to run LGI commands but it always gives me the error:
ERROR: Matlab is required to run mris_compute_lgi!
Command exited with non-zero status 1
I've tried using the command
cd <FreeSurferRootDirectory> && ln -s <MatlabRootDirectory> MCRv84after downloading Matlab 2014b. I also tried using the runtime on the wiki fs_install_mcr R2014b with no success. I've had no issues downloading Matlab in either case.I simply can't figure out why Matlab isn't visible to freesurfer, and any help figuring out where to start with this would be very much appreciated.
All reactions