Octave can easily load MATLAB files, for example load('names.m')
. But while trying to load file formats other than MATLAB file format like load('names.txt')
I am getting an error:
error: load: unable to determine file format of 'names.txt'
Octave can easily load MATLAB files, for example load('names.m')
. But while trying to load file formats other than MATLAB file format like load('names.txt')
I am getting an error:
error: load: unable to determine file format of 'names.txt'