Print

Print


Hi !

You can plot it easily with Matlab:

RPfile = dir('rp_*')
RP = load(RPfile.name)
plot(RP)


You can also write a little script that plots you every movement parameters
for all sessions of each subject into a subplot and prints it out as a
bmp-figure:


clear all
subjects     = str2mat('p03','p04','p05','p06');
sessions= str2mat('run1','run2','run3','run4','face')
n_sub      = size(subjects,1);
n_sess    = size(sessions,1);

p_data     = ['Your\Data\Directory'];

for k        = 1:n_sub;
    figure; hold on;
    for j= 1:n_sess
        p_data_sub2pr_sess   = deblank([p_data '\' subjects(k,:)'\'
sessions(j,:)]);
        cd(p_data_sub2pr_sess);

        RPfile(j) = dir('rp_*');
        RPsession=load(RPfile(j).name);
        subplot(2,3,j);
        plot([RPsession]);
        title(subjects(k,:));
    end
    cd('..');
    print (gcf, '-dbmp', [ksub2pr '_RP.bmp']);
end



Hth,
Markus






2008/12/17 Mondadori Christian <[log in to unmask]>

>
> Hi all
>
> Does anybody know how i can re-plot the movement parameters in spm8b ?
>
> Thanx for advice
>
> Chris
>
>
> -----------------------------------------
> Dr. phil. Christian Mondadori
> Neuropsychologe
>
> Neuropsychologische Abteilung
> Neurologische Klinik
> Universitätsspital Zürich
> Frauenklinikstrasse 26
> 8091 Zürich
>
> Tel. ++41 44 255 55 73
> e-mail   [log in to unmask]
>
>
>
>
>



-- 
Dr. med. Markus Gschwind, M.D.
Laboratory for Neurology and Imaging of Cognition
Dept of Neurosciences
University Medical Center (CMU)
1 Michel-Servet - 1211 GENEVA - CH

Tel 0041 (0) 22 379 5324
Fax 0041 (0) 22 379 5402
email: [log in to unmask]
http://labnic.unige.ch