Quick Tutorial SSLTool: A Matlab toolbox for EEG surface Laplacian Home | Download | Screenshots | Project detail
Using the GUI The Main Gui of SSLTool is pretty much self-explainatory. After installation (which is nothing more than put the unzipped folder on Matlab search path), type "ssltool" without the quotation mark in Matlab command window, and the main Gui will pop up. Next, follow these steps:
Using as Function SSLTool can also be used as standard functions in Matlab scripts. For example, type the following in Matlab command window: load('SSL_DATA_DEFAULT'); M = load('SSL_MODEL_DEFAULT'); X = ssltool(D,M)
Use the Matlab help system (e.g. help ssltool) for details. |
||