Print

Print


Dear Pouya,

The idea of selectdata was to allow using channel labels, time windows
and condition labels instead of indices to get parts of the data. If
you just need to get all the data you can directly index the D
variable, like D(:, :, :).

Best,

Vladimir



On 17 Jun 2011, at 09:47, "pouya.ahmadian" <[log in to unmask]> wrote:

> Dear Vladimir ,
>
> Thank you for all your patience regarding my questions.
> I have another question about spm eeg selectdata method. This method output is the actual sensor data right?
> so for example if I write
> F=D.selectdata([],[],[])
> F will contain the voltage of each sensor in the acquired sample of all sensors. Can you please confirm this understanding?
>
> Regards,
> Pouya.