Azzera filtri
Azzera filtri

Is there someway I can use the eeglab toolbox with matlab online?

24 visualizzazioni (ultimi 30 giorni)
Since the eeglab toolbox is free (and if I am not mistaken uses the signal processing toolbox which comes with the matlab online?) is there someway I could download the eeglab tool box on a computer and then use it with my matlab online account? (I don't want to use the standalone version of eeglab since it doesn't work as well)
  3 Commenti
Satya Gopal
Satya Gopal il 8 Lug 2019
Spostato: John D'Errico il 16 Ott 2022
Hello,
It's been a few years, I know. Any updates yet?
Thanks :)
James Jones-Rounds
James Jones-Rounds il 7 Mag 2021
Spostato: John D'Errico il 16 Ott 2022
I have gotten MATLAB online to open EEGLAB, but it is tricky. First, you would download EEGLAB from the Schwartz Center's website (searching in a web-browser for "Download EEGLAB" should lead you right there to the top result). Then you upload that entire folder to drive.matlab.com (once you've set up your MATLAB online account). Then, once it's uploaded, and you go to Matlab Online, matlab.mathworks.com, you should see the eeglab folder in your directory, and you can then type "eeglab" into the MATLAB command window, and it should load. You may need to make sure you're in that folder, first, but generally I've found it works.
But then it gets a little tricky. For example, while the EEGLAB GUI will indeed pop up once you type eeglab into the command window, if you try to USE the menu, not everything works as intended. Just loading a dataset, for example, in my experience hasn't worked. Instead, I have to call the functions directly through the command window. But luckily that's pretty easy. For example, once you have loaded the ".set"/".fdt" file pair for a dataset into MATLAB Drive, then you can just type:
EEG = pop_loadset('filename', the_filename_of_your_file, 'filepath', the_filepath_for_your_file); eeglab redraw
then it loads the dataset into the blue EEGLAB GUI and you can start doing things.
If you need to import araw EEG file from whatever manufacturer you recorded your data from, then you'd need to use the right import function, but it should work.
I'm having an issue with MATLAB online, unfortunately, where I can't get ERPLAB to load ERPsets. I can get the ERPLAB plug-in to install into EEGLAB and show up in the menu, but then it won't make the ERPsets show up in the menu. Hope that's helpful somehow

Accedi per commentare.

Risposte (1)

Taylor
Taylor il 6 Feb 2024
If you select "Get Add-ons" on the Home tab and search for "EEGLAB" you will find an option to install it as an add-on directly through MATLAB Online.

Community

Più risposte nel  Distance Learning Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by