loadedf_corrupt.m
来自「matlab下实现」· M 代码 · 共 10 行
M
10 行
function [s, e]=loadedf_corrupt(edf, chans)% s=loadedf_corrupt(edf, chans)% Returns all of the data in the specified edf file from the % specified channels, except the last (corrupted?) line.% chans = 0 returns all data.e = gdfopen(edf);s = gdfread_corrupt(e,chans,'A',e.NRec,0);gdfclose(e);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?