Info

此问题已关闭。 请重新打开它进行编辑或回答。

Why I receive error even follow step by step from matlab documentation in order to open multiple files

1 次查看(过去 30 天)
Hi.
I have 822 datafile in .dat file and need to process data from row 6886,6886 only. I have follow step by step from the link:
but got error:
Error using textscan Invalid file identifier. Use fopen to generate a valid file identifier.
Error in output (line 29) dataArray = textscan(fileID, formatSpec, endRow-startRow+1, 'Delimiter', '', 'WhiteSpace', '', 'HeaderLines', startRow-1, 'ReturnOnError', false);
What is the mean of the error what cause it? Thank you

回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by