How to upload a dataset from eeglab to matlab

조회 수: 8 (최근 30일)
Ross King
Ross King 2022년 11월 17일
답변: Varun Sai Alaparthi 2022년 11월 21일
We have a .set file on eeglab and we want to upload it to matlab so we can calculate the global field power. How would we convert this to a .mat file or how can we use this .set file in matlab?

답변 (1개)

Varun Sai Alaparthi
Varun Sai Alaparthi 2022년 11월 21일
Hello Ross,
I understand that you are looking for ways to load a .set file in MATLAB.
You need not convert it into .mat file you can load it directly using the below command
load('-mat','C:\Users\Downloads\eeglab_data.set')
You can mention your .set file path as the location above.
I hope this information helps and please reach out for any further issues.
Sincerely
Varun

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by