<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear experts,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I have some questions:</FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>1) MULTIPLOT</DIV>
<DIV> </DIV>
<DIV>Is it possible to use multiplotER for only one dataset of on-going 
activity?</DIV>
<DIV> </DIV>
<DIV><BR>I tried with cfg.yparam = ´datatest´</DIV>
<DIV> </DIV>
<DIV><BR>%%%%%%%%%%%%<BR>CODE<BR>%%%%%%%%%%%%</DIV>
<DIV> </DIV>
<DIV>cfgpre = [];</DIV>
<DIV> </DIV>
<DIV>cfgpre.dataset = 'C:\Data\A002-EC_20021016_02.ds'<BR>cfgpre.trl= [1 150000 
0]<BR>cfgpre.channel={'MEG' 'HEOG' 'VEOG' 'ECG'}</DIV>
<DIV> </DIV>
<DIV>datatest = preprocessing(cfgpre)</DIV>
<DIV> </DIV>
<DIV><BR>cfgpre.yparam = 
'datatest'          <BR>% field to 
be plotted on y-axis (default = 'avg')<BR>multiplotER(cfgpre,datatest)</DIV>
<DIV> </DIV>
<DIV><BR>%%%%%%%%%%%<BR>ERROR<BR>%%%%%%%%%%%</DIV>
<DIV> </DIV>
<DIV>??? Reference to non-existent field 'avg'.</DIV>
<DIV> </DIV>
<DIV>Error in ==> C:\Matlab\FieldTrip\fieldtrip-0.9.4\multiplotER.m<BR>On 
line 86  ==>     P(:,:,k) = 
eval(['dTmp.',cfg.yparam]);                
</DIV>
<DIV> </DIV>
<DIV>%%%%%%</DIV>
<DIV> </DIV>
<DIV>Then I tried: </DIV>
<DIV> </DIV>
<DIV>%%%%%%%<BR>CODE<BR>%%%%%%%</DIV>
<DIV> </DIV>
<DIV>cfgpre.trl= [[1:2]', [150*ones(1,2)]', [zeros(1,2)]']<BR>avg = 
timelockanalysis(cfgpre,datatest)<BR>cfgpre.yparam = 'avg'</DIV>
<DIV> </DIV>
<DIV>%%%%%<BR>ERROR<BR>%%%%%</DIV>
<DIV> </DIV>
<DIV>averaging trial 1 of 1<BR>??? Out of memory. Type HELP MEMORY for your 
options.</DIV>
<DIV> </DIV>
<DIV>Error in ==> 
C:\Matlab\FieldTrip\fieldtrip-0.9.4\timelockanalysis.m<BR>On line 402  
==>       dat = 
data.trial{i}(chansel,begsampl:endsampl);</DIV>
<DIV> </DIV>
<DIV>%%%%%%<BR>Do not know if it is just a memory problem - should not be since 
I choose small trials (the same to get it as average) - or if it still would not 
work with more memory.</DIV>
<DIV> </DIV>
<DIV>Also tried with only 'MEG' channels, but same problem.</DIV>
<DIV> </DIV>
<DIV>__________________________________________</DIV>
<DIV> </DIV>
<DIV><BR>2) ARTIFACT REJECTION</DIV>
<DIV> </DIV>
<DIV>I read the mail about artifact_eog.m, I am interested in the code that was 
not downloaded if that is possible. </DIV>
<DIV> </DIV>
<DIV>And how to use the GUI artifact_viewer.m?</DIV>
<DIV> </DIV>
<DIV>%%%%%<BR>CODE<BR>%%%%%</DIV>
<DIV> </DIV>
<DIV>cfgpre.rejecteog = 'yes';</DIV>
<DIV> </DIV>
<DIV>cfgpre.artfctdef.eog.sgn = 'VEOG';<BR>cfgpre.artfctdef.eog.pssbnd = [5 
15];<BR>cfgpre.artfctdef.eog.fltord = 4;<BR>cfgpre.artfctdef.eog.padding= 
0.2;<BR>cfgpre.artfctdef.eog.pretim = 0.1;<BR>cfgpre.artfctdef.eog.psttim = 
0.1;</DIV>
<DIV> </DIV>
<DIV>artifact_viewer (cfgpre, cfgpre.artfctdef, cfgpre.rejecteog, datatest, 
artfctchn,flag)</DIV>
<DIV> </DIV>
<DIV>%%%%%%<BR>ERROR<BR>%%%%%%</DIV>
<DIV> </DIV>
<DIV>??? Undefined function or variable 'artfctchn'.</DIV>
<DIV> </DIV>
<DIV>%%%%%</DIV>
<DIV> </DIV>
<DIV>Also "z_tdata" = data set and what is "flag"?</DIV>
<DIV> </DIV>
<DIV><BR>__________________________________________</DIV>
<DIV> </DIV>
<DIV>3) PLANAR PLOT</DIV>
<DIV> </DIV>
<DIV>Is it possible to save a data set after aplying the megplanar.m in the CTF 
".ds" format to open it with the DataEditor?</DIV>
<DIV> </DIV>
<DIV>__________________________________________</DIV>
<DIV> </DIV>
<DIV>4) HILBERT TRANSFORM</DIV>
<DIV> </DIV>
<DIV>Is it possible to compute the Hilbert transform in order to make a phase 
synchronization analysis of the data?</DIV>
<DIV> </DIV>
<DIV>__________________________________________</DIV>
<DIV> </DIV>
<DIV>5) /home/common</DIV>
<DIV> </DIV>
<DIV>Is there an external path?</DIV>
<DIV> </DIV>
<DIV>__________________________________________</DIV>
<DIV> </DIV>
<DIV><BR>If you are still with me after all these questions, thanks in advance 
for your patience.</DIV>
<DIV> </DIV>
<DIV><BR>Best regards,<BR>Teresa</FONT></DIV></BODY></HTML>