Hi,
On 8/27/07, 申林 <she...@gm...> wrote:
> hi, marsbarer,
> i can't select files like SPM.mat in the matlab 7.4 on WindowsXP when
> select design-set design from file. Actually, no .mat file can be visual and
> selected.
> MarsBaR FAQ describe same question but in the matlab 7 on linux . is
> there same bug in matlab 7.4 on windowsxp and how to fix it ?
> i currently use marsbar 0.41.
Oh dear - I don't have matlab 7.4 to test.
Have a look at:
http://marsbar.svn.sourceforge.net/viewvc/marsbar/trunk/marsbar/mars_uifile.m
You could try changing line 57 in your own copy of mars_uigetfile.m from:
if mlv >= 7 & usejava('jvm') & isunix
to
if mlv >= 7 & usejava('jvm')
and see if that helps, I guess...
Matthew
|