Search found 39 matches

by Melanie PELEGRINI
Mon Feb 05, 2007 3:44 pm
Forum: BrainVISA
Topic: Matlab 7 and BrainVISA ?
Replies: 6
Views: 5908

Yes, I did the LD_LIBRARY_PATH stuff (since I need to have matlab 6 .5 and matlab 7.3 on the same computer, I need to indicate where the libeng.so thing is located). As far as I tried I could not manage to run matlab 7.1 with brainvisa *because* at that time I had a Fedora Core 3 system. Seems to be...
by Melanie PELEGRINI
Mon Feb 05, 2007 9:14 am
Forum: BrainVISA
Topic: Matlab 7 and BrainVISA ?
Replies: 6
Views: 5908

I'm afraid the pymat7 module should be recompiled entirely for matlab 7.3. I haven't tried yet.
I'll let you know :)
by Melanie PELEGRINI
Fri Feb 02, 2007 5:03 pm
Forum: BrainVISA
Topic: Matlab 7 and BrainVISA ?
Replies: 6
Views: 5908

Yes, the error message seemed to be linked to the pymat module. I'm quite used to struggling with matlab and python each time I change the BrainVISA package and/or the matlab release... So I eventually went back to re-installing the "old" matlab 6.5.1 release, and now it works perfectly fi...
by Melanie PELEGRINI
Tue Jan 30, 2007 3:32 pm
Forum: BrainVISA
Topic: Matlab 7 and BrainVISA ?
Replies: 6
Views: 5908

Matlab 7 and BrainVISA ?

Which Matlab 7 releases are supported by BrainVISA ?
7.1 ? 7.2 ?
I'm afraid my release R2006b (7.3) is too recent... :cry:
by Melanie PELEGRINI
Fri Jun 02, 2006 4:02 pm
Forum: BrainVISA
Topic: ATI card
Replies: 9
Views: 9012

Updating an old topic....


I'm about to change my computer (Yann, it is THE one you developed the FIRST BrainVISA prototype on :cry: ) so would you say it is safe to choose an ATI card now ??? (with a FC4 distribution)
by Melanie PELEGRINI
Tue Mar 21, 2006 9:09 am
Forum: BrainVISA
Topic: Problem running "SPM2 defaults"
Replies: 6
Views: 5521

Image

two weeks ??? Argggllll.... Image
by Melanie PELEGRINI
Mon Mar 13, 2006 10:40 am
Forum: BrainVISA
Topic: Problem running "SPM2 defaults"
Replies: 6
Views: 5521

Thanks for your answers, I'll ask for "unofficial support" next week !

Cheers,

Melanie
by Melanie PELEGRINI
Mon Mar 13, 2006 9:16 am
Forum: BrainVISA
Topic: Problem running "SPM2 defaults"
Replies: 6
Views: 5521

:roll: Image
by Melanie PELEGRINI
Fri Mar 10, 2006 5:24 pm
Forum: BrainVISA
Topic: Problem running "SPM2 defaults"
Replies: 6
Views: 5521

Problem running "SPM2 defaults"

Hi, I've tried running the process "SPM2 defaults", but it crashed : " in SPM2 defaults 1 MatlabError: Undefined function or variable 'xdefaults'." The message apparently comes from DefaultsMisc.py and xdefaults seems to be a matlab function, but where is it located ? I did not f...
by Melanie PELEGRINI
Mon Oct 03, 2005 1:50 pm
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

:cry: It does not work :cry:

Thanks anyway !
by Melanie PELEGRINI
Mon Oct 03, 2005 11:45 am
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

Yeah, why not ? Maybe the FC2 module will work under FC3... :roll:
by Melanie PELEGRINI
Mon Oct 03, 2005 8:24 am
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

Yes (my thanks to Denis Schwartz :P), I tested with Matlab 6.5 and I do not have the problem any more. So I would conclude to a bug (a thread problem?) specific to the combination Matlab7/FC3... I will be keeping matlab 6.5 for some time (but now I face backward compatibility problems because some o...
by Melanie PELEGRINI
Fri Sep 30, 2005 3:18 pm
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

It's not a Mex file problem after all...

I've gone on looking through my codes, and I ended up with the very interesting following test : I tried to multiply 2 matrices in matlab (silly idea, isn't it ?). b = eye(2) * [2 0; 0 3]; - In matlab, it works fine. >> b = eye(2) * [2 0; 0 3] b = 2 0 0 3 - In a terminal, using python and the pymat ...
by Melanie PELEGRINI
Wed Sep 28, 2005 9:35 am
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

As far as I know, I've updated my SPM software so that it should get on quite well with matlab7. At least, it hasn't crashed so far. But I'm not experiencing it very often :?. My pymatmodule has been recompiled for matlab7. If I try to run with matlab7 a pymatmodule that has been compiled with matla...
by Melanie PELEGRINI
Tue Sep 27, 2005 5:40 pm
Forum: BrainVISA
Topic: Pymatmodule.so for Matlab 7.0.1 and FC3: strange behavior
Replies: 11
Views: 7957

A little more about my problem... in case it helps... I've tried to evaluate my matlab function foobar.m step by step in BrainVISA. Needless to say that the function runs fine in matlab outside pymat, of course. In BrainVISA, it crashes at a line that calls an SPM99 function : spm_slice_vol. As far ...