Generating Matrix from Channel spectra plotting.
이전 댓글 표시
I have used channel spectra and map option in EEGLab and plot graph in alpha frequency range. Figure has shown, but i want to store those range PSD values in matrix, how to do that??
댓글 수: 5
KALYAN ACHARJYA
2019년 7월 21일
Please provide details. Figure has shown??
Resham Arya
2019년 7월 21일
Resham Arya
2019년 7월 21일
dpb
2019년 7월 21일
Why don't you already have the data? Why retrieve it from the figure; surely there's a way to save the results in the app altho I do not have nor know anything about EEGLab seems hard to believe it cant save the results for you.
But, failing that, with the figure the one in focus,
hAx=gca; % get handle of current axis
X=hAx.XData;
Y=hAx.YData;
Resham Arya
2019년 7월 22일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
