1 Nov 21:37
Re: batch save
bworoch <bworoch2 <at> uiuc.edu>
2007-11-01 20:37:50 GMT
2007-11-01 20:37:50 GMT
Matthew, I saved the variable E into a .mat file for each subject, but was unable to then open those files using the results menu/Set results from file. I need a line of code at the end of my loop that will mimic the action of results menu/Save results to file, so that I am able to then use the other results menu options such as FIR time course, % signal change, etc. Thanks in advance, Brion Matthew Brett wrote: > > Hi, > > On 10/31/07, bworoch <bworoch2 <at> uiuc.edu> wrote: >> >> I want to run the batch script from the faq for multiple subjects. What >> is >> the code to save the estimated results at the end for future use? > > What do you want to save? If the estimated design itself, put the > batch script into a loop over subjects > > n_subjects = length(subjects); > subjects_estimated = cell(n_subjects) > for subject_no = 1:n_subjects > ... > subjects_estimated(subject_no) = E; > end >(Continue reading)
RSS Feed