I faced something strange when I create a file and writing sth(by hand) in it I can read it with readdlm and there isn’t any problem .but when I want to read an existed txt file on my desktop it says to me there isn’t anything inside the file (with readdlm an error “LoadError: at row 0, column 0: ArgumentError(“number of rows in dims must be > 0, got 0”)”)
it’s my file
blobs.txt
thanks for your helping.