Hi Robert,<br>
<br>
After analyze my data with freqanalysis, I use freqdescriptive to get
the values of coherence and the power spectrum. In my script I use the
foollowing functions,<br>
<br>
FRtemp = freqanalysis(cfg3,MSMA);<br>
FR = freqdescriptives([],FRtemp);<br>
<br>
and I get the following error:<br>
<br>
??? Undefined function or variable "data".<br>
<br>
Error in ==> freqdescriptives at 113<br>
data = fixdimord(data);<br>
<br>
If I use the dbstop command, you can see that data variable at that point doesn't exist.<br>
<br>
113 data = fixdimord(data);<br>
K>> whos<br>
  Name      
Size                   
Bytes  Class<br>
<br>
  cfg       
1x1                      
164  struct array<br>
  freq      
1x1                 
25792480  struct array<br>
<br>
It could be that there is a bug in the name of the variable? (using data instead of freq)<br>
<br>
Thanks for your attention,<br>
<br>
Conrado Bosman<br>
<br>
<br>