I am trying to run .m script in Octave. It runs well in matlab. a snippet is as follows
fid=fopen(log_file); number = 1; while 1 tline = fgetl(fid); i