Octave / MATLAB fileread transpose
If Matlab / Octave is giving vertical columns of text from text files, one character per line, just transpose the text:
data = data(:).'
If Matlab / Octave is giving vertical columns of text from text files, one character per line, just transpose the text:
data = data(:).'