Home > biosig > t500 > plota.m

plota

PURPOSE ^

PLOTA plots all kind of data types

SYNOPSIS ^

function H=plota(X,arg2,arg3,arg4,arg5,arg6,arg7)

DESCRIPTION ^

 PLOTA plots all kind of data types

 PLOTA(Labels,'ELPOS')
       displays 2-D location of EEG channels described by Labels
 PLOTA(Labels,'ELPOS3')
       displays 3-D location of EEG channels described by Labels

 PLOTA(X [,Mode])

 if X.TYPE=='EVENT' and X.EVENT
 

 X.datatype determines type of data
    DATATYPE   Mode
   'MVAR'      'AutoSpectrum'
   'MVAR'      'SPECTRUM','logS'
   'MVAR'      'logH'
   'MVAR'      'Phase'
   'MVAR',    'COHERENCE'
   'MVAR'      'iCOH'    imaginary coherence
   'MVAR'      'iSpectrum'    imaginary part of spectrum
   'MVAR'      'DTF'
   'MVAR'      'PDC'
   'MVAR'      'dDTF'
   'MVAR'      'ffDTF'
   'TF-MVAR'    Time-frequency MVAR analysis
        e.g. plota(X, 'PDC', alpha [, Y]);    %

   'MEAN+STD'
       plota(X,hf,minmean,maxmean,maxstd [,trigger])
       arg1 ... R    
       arg2 ... hf (handles to figures)
       arg3 ... minmean (minimum of mean)
       arg4 ... maxmean (maximum of mean)
       arg5 ... maxstd (maximum of standard deviation)
       arg6 ... trigger (trigger instant) [optional]

   'QRS_events' shows inter-beat-interval (IBI) of the ecg 

   'HISTOGRAM'    'log'    chansel
   'HISTOGRAM'    'log+'    chansel
   'HISTOGRAM'    'log '    chansel
   'HISTOGRAM'    'lin'    chansel

   'SIESTA_HISTOGRAM'    chansel

   'DBI-EPs'
   'TSD1'
   'TSD_BCI7'
   'MDist-matrix'
   'MD'
   'SCATTER'
   'STAT2'
   ''
   ''
   'REV' Mode='3D'
   'REV' Mode='2D'

 REFERENCE(S):

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003