brainvisa matlab fedora core 3

Questions about BrainVisa usage and installation

Moderators: denghien, riviere

Post Reply
User avatar
skinkin
Posts: 3
Joined: Thu Apr 01, 2004 6:38 pm
Location: INSERM U610, Paris
Contact:

brainvisa matlab fedora core 3

Post by skinkin »

Hi all,

I just installed a brand new computer glowy and shinning with fedcore3, the last brainvisa and matlab versions and my own brainvisa processes. birds where singing in this bright new day 'till the moment i tried one of my processes which call matlab functions. The process was fast, at least 1000 time faster than my old computer, so fast that i wondered if it was for real.
Actually i decided to ckeck closer the process and discovered that : "sh: matlab: command not found", while the command is working manually.
here is the call i produced from brainvisa :

os.system('matlab -r filename')

where filename is the file where i wrote matlab instructions.

any clue on what the hell is going on ?

Serge
User avatar
riviere
Site Admin
Posts: 1361
Joined: Tue Jan 06, 2004 12:21 pm
Location: CEA NeuroSpin, Saint Aubin, France
Contact:

Post by riviere »

Yes ! Of course !
A PATH problem... :wink:
Try with the full path first, then when it works, check the path in brainvisa log.
As far as you're running matlab "manually" using a os.system(), the python-matlab module is not involved so the problem is on your side...
Denis
Post Reply