ERROR in EDFwrite due to datestr() function
古いコメントを表示
EDFwrite doesn't work correctly with the new version of Matlab (2021a 4).
When I run the EDFwrite I always get this error:
Error using datestr (line 131)
Not enough input arguments.
Error in edfwrite/getFileProperties (line 1738)
obj.FileModDate = string(datestr(fileInfo.datenum));
Error in edfwrite (line 502)
obj = getFileProperties(obj, fileInfo, true);
Is there someone who can kindly tell me how to fix it?
Thank you!
2 件のコメント
Peter Perkins
2021 年 8 月 2 日
Based on that error, it seems likely that fileInfo is empty for some reason. I cannot say why.
Federico Del Gallo
2021 年 8 月 3 日
編集済み: Federico Del Gallo
2021 年 8 月 3 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Install Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!