data.txt
-0.33,0.94,1,0,1,0,0.8,1,0.31,N
load(‘data.txt’)
Error using ==> loadUnknown text on line number 1 of ASCII
The data file contains text, change N to 1 to solve the error
-0.33,0.94,1,0,1,0,0.8,1,0.31,1
Similar Posts:
- [Solved] Python Numpy Data load error: Unicode error: unpicking a python object failed: Unicode decodeerror
- Python: json:json.decoder.JSONDecodeError: Invalid control character at: line 2 column 18 (char 19)
- Python JSON error json.decoder.jsondecodeerror Chinese
- TypeError: strptime() argument 1 must be str, not bytes
- Mysqldump error: tab (ErrCode:13-Permission denied) [How to Solve]
- [Solved] Query DataTables Error: Cannot reinitialise DataTable
- [Solved] Anaconda navigator is stuck on the loading applications page when it is started.
- shell :syntax error: unexpected end of file
- SyntaxError: Non-ASCII character ‘\xe2‘ in file
- [Solved] TypeError: string indices must be integers, not str