<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Jung,<br>
<br>
the ERSP data is stored in each cluster of the STUDY under
STUDY.cluster(x). Each function also return this information. For
instance, std_erspplot will return 4 arguments, the first one is the
STUDY, the second is the ERSP for all conditions, the third one are the
time latencies and the 4th the different frequencies.<br>
<br>
The ERSP is a cell array. For instance, if you have 16 subjects and 2
conditions, it will be<br>
<br>
ERSP = <br>
    [200x100x16]<br>
    [200x100x16]<br>
<br>
The first array contains data for the first condition and the second
one data for the second condition. You must average these before
plotting them.<br>
<br>
erspcond1 = mean(ERSP{1},3);<br>
erspcond2 = mean(ERSP{2},3);<br>
<br>
then you may use either imagesc, logimagesc or tftopo to plot these
arrays.<br>
Best,<br>
<br>
Arno   <br>
<br>
Jung Ki-Young wrote:
<blockquote cite="mid:000001c82599$64d60230$2e820690$@ac.kr" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Batang;
        panose-1:2 3 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:Gulim;
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:Gulim;
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:Batang;
        panose-1:2 3 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"Malgun Gothic";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Malgun Gothic";
        color:windowtext;}
..MsoChpDefault
        {mso-style-type:export-only;}
 /* Page Definitions */
 @page Section1
        {size:612.0pt 792.0pt;
        margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span lang="EN-US">Dear all<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">I’d like to get mean ERSP of
each
component cluster during cluster analysis.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">I assume std_plottf and
std_erspplot may
use mean ERSP data from different components/different datasets within
the same
cluster for plotting the data.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">But I don’t figure out how to
get
mean ersp data, mean erp data, and other mean data from the STUDY
analysis.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">Would you please give some
comments or
advices for this?<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">Thank you in advance.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">Jung<o:p></o:p></span></p>
  </div>
</blockquote>
</body>
</html>