andersonwinkler / PALM

PALM: Permutation Analysis of Linear Models
70 stars 28 forks source link

Simple running issue: MatLab command not found #34

Open Simon-Guendelman opened 3 years ago

Simon-Guendelman commented 3 years ago

Dear All, I'm a beginner with FSL and PALM, after installing palm and trying the command "./palm", I get the following message: line 115: matlab: command not found

I would appreciate any orientation and help!

Thank you very much. Best regards Simón

andersonwinkler commented 3 years ago

Hi Simón,

It looks like the Matlab command is not in your PATH variable. Ask your local Linux guru to fix for your system, or edit the "palm" file such that it points to the correct location of the Matlab executable, as described here: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/PALM/UserGuide#Running_as_a_standalone_command

All the best,

Anderson