... | ... | @@ -57,11 +57,11 @@ Vised marks is designed based off a *marks* structure that latches onto the time |
|
|
: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 avoid 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. It mostly appears to be required when running MATLAB versions earlier than 2014b. This will ensure that the plots will open correctly, and you can avoid this error.
|
|
|

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