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
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