Error while running blockEdfLoad
조회 수: 2 (최근 30일)
이전 댓글 표시
>> edfFn1 = '201434_deidentified.EDF'; >> edfFn1 = 'SLE01001.EDF'; >> [header signalHeader signalCell] = blockEdfLoad(edfFn1); Undefined function or variable 'varargin'.
Error in blockEdfLoad (line 136) edfFN = varargin{1};
>> The data file and function are both in the same folder which is in the path for Matlab.
댓글 수: 0
답변 (1개)
Ritesh Chandna
2017년 5월 10일
편집: Ritesh Chandna
2017년 5월 10일
'blockEdfLoad' is not a documented function. Please contact the author if you have any questions related to this function.
Refer to the below link for more information:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!