Prev: Help needed in understanding MATLAB's remark
Next: can Matlab support 32-bit matlab version scripts on 64-bit version of matlab
From: robot xyz on 21 Jun 2010 00:20 I exported clusters from wave_clus to sigtool GUI. Now, how do I see the time stamps for individual clusters (in a form of a matrix) ? (I tried using Inspect, but it showed only a 1 by 1 array for tim_tstamps). Thank you
From: Malcolm Lidierth on 21 Jun 2010 12:59 Timestamps are stored in a vector. The different values for the marker on each timestamp tell you which cluster each spike belongs too. It is not clear exactly what display you want. You may need to consult the manual and write a custom display.
From: robot xyz on 24 Jun 2010 04:51
Thanks. I want the vector in which time stamps are stored. Is it possible? "Malcolm Lidierth" <ku.ca.lck(a)htreidil.mloclam> wrote in message <hvo5ou$jcb$1(a)fred.mathworks.com>... > Timestamps are stored in a vector. The different values for the marker on each timestamp tell you which cluster each spike belongs too. It is not clear exactly what display you want. You may need to consult the manual and write a custom display. |