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 で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!