Invalid file identifier in matlab

前端 未结 1 1690
心在旅途
心在旅途 2021-01-28 06:35

I\'m trying to read a text file using textscan(fID,format). However, I get an error telling me Invalid file identifier. Use fopen to generate a valid file ide

相关标签:
1条回答
  • 2021-01-28 07:21

    If fopen cannot open the file, then fID is -1.

    Possible Causes :

    • Wrong File Path.
    • Corrupt File.
    • File doesn't exist
    • File already in use.
    0 讨论(0)
提交回复
热议问题