?? loadedf.m
字號(hào):
function [s, e]=loadedf(edf, chans)% [s e] =loadedf(edf, chans)% Returns all of the data in the specified edf file from the specified channels.% chans = 0 returns all data. e contains the header info, s the signal.% e.g. [s e] =loadedf('my_file.edf', 1);e = gdfopen(edf);s = gdfread(e,chans,'A',e.NRec,0);gdfclose(e);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -