help > error during tutorial
Showing 1-2 of 2 posts
Jul 27, 2016 10:07 AM | Sigita Venclove - VU
error during tutorial
Hello,
I would like to ask help to solve the error message I get while I am trying to run tutorial script. It appears after I run model specification and estimation:
Running model specification and estimation ...
Loading file E:\toolbox\BASCO\tutorial\empathy\anadef.m.
Number of subjects: 1
Output directory: betaseries
Units for SPM design: scans
====>> Processing subject 1 <<====
Directory run 1: C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1
Onsets: C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\onsets1.txt
Functional data:
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\swraSRUN1-0004-0001-00001_005.img
Condition 1: 8 trials
Condition 2: 8 trials
Condition 3: 8 trials
Condition 4: 8 trials
Condition 5: 8 trials
Realignment parameters:
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\rp_aSRUN1-0004-0001-00001_005.txt
324 x 6
Retrieving global time course for run 1 ...
Summarizing data with summary function: mean
Error using dlmwrite (line 124)
Cannot open file C:\Program
Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\rp_aSRUN1-0004-0001-00001_005.txt.globalmean.dat.
Error in BASCO>pushbuttonmodelspecest_Callback (line 345)
dlmwrite(filereg,[handles.anaobj{isubj}.RealignmentParameters{irun} TC{irun}]);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in BASCO (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)BASCO('pushbuttonmodelspecest_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
(R2015b) 8.6.0.267246
Marsbar version 0.44
File rp_aSRUN1-0004-0001-00001_005.txt.globalmean.dat. exits in it's location. I have no idea what else could be wrong.
Thank you in advance.
Bests,
Sigita
I would like to ask help to solve the error message I get while I am trying to run tutorial script. It appears after I run model specification and estimation:
Running model specification and estimation ...
Loading file E:\toolbox\BASCO\tutorial\empathy\anadef.m.
Number of subjects: 1
Output directory: betaseries
Units for SPM design: scans
====>> Processing subject 1 <<====
Directory run 1: C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1
Onsets: C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\onsets1.txt
Functional data:
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\swraSRUN1-0004-0001-00001_005.img
Condition 1: 8 trials
Condition 2: 8 trials
Condition 3: 8 trials
Condition 4: 8 trials
Condition 5: 8 trials
Realignment parameters:
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\rp_aSRUN1-0004-0001-00001_005.txt
324 x 6
Retrieving global time course for run 1 ...
Summarizing data with summary function: mean
Error using dlmwrite (line 124)
Cannot open file C:\Program
Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\rp_aSRUN1-0004-0001-00001_005.txt.globalmean.dat.
Error in BASCO>pushbuttonmodelspecest_Callback (line 345)
dlmwrite(filereg,[handles.anaobj{isubj}.RealignmentParameters{irun} TC{irun}]);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in BASCO (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)BASCO('pushbuttonmodelspecest_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
(R2015b) 8.6.0.267246
Marsbar version 0.44
File rp_aSRUN1-0004-0001-00001_005.txt.globalmean.dat. exits in it's location. I have no idea what else could be wrong.
Thank you in advance.
Bests,
Sigita
Nov 7, 2016 07:11 AM | Martin Göttlich
RE: error during tutorial
Dear Sigita,
please check the path to the tutorial data. You may adjust the path in the anadef.m file.
It reads:
Loading file E:\toolbox\BASCO\tutorial\empathy\anadef.m.
and
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\swraSRUN1-0004-0001-00001_005.img
So the path doesn't match.
Best,
Martin
please check the path to the tutorial data. You may adjust the path in the anadef.m file.
It reads:
Loading file E:\toolbox\BASCO\tutorial\empathy\anadef.m.
and
C:\Program Files\MATLAB\BASCO\tutorial\empathy\N04_12\run1\swraSRUN1-0004-0001-00001_005.img
So the path doesn't match.
Best,
Martin