... | ... | @@ -48,7 +48,8 @@ Keeping this in mind you can use this structure in combination with custom scrip |
|
|
:so: Download the [Tutorial Pipeline](https://git.sharcnet.ca/bucanl_pipelines/eeg_pipe_asr_amica) and then work your way through the wiki pages.
|
|
|
|
|
|
# :warning: Set Up Figure Renderer
|
|
|
Depending on your operating system and the default setting you are using you may need to type the following code into your MATLAB command window before each session. This will ensure that the plots will open correctly, and you can avouid this error. 
|
|
|
Depending on your operating system and the default setting you are using you may need to type the following code into your MATLAB command window before each session. This will ensure that the plots will open correctly, and you can avoid this error.
|
|
|

|
|
|
|
|
|
```matlab
|
|
|
set(0, 'DefaultFigureRenderer', 'OpenGUI')
|
... | ... | |