Hallo to everyone!
I'm using xfce 4.16 and octave 7.3.0-r2.
I would like to open the *.m files in the octave GUI interface by simply clicking on the *.m file.
I have tried:
octave --gui in the file open menu - but this cause m file code to run and then exit (no GUI appears)
octave --gui --persist in the file open menu - then, when I'm clicking on the *.m file, the file runs, the results (figures) opens and stay opened, the GUI opens too, but the GUI contains no *.m file code in the editor (the GUI editor remains empty).
I'm mostly working with a MATLAB on Windows computers; typically I'm starting the MATLAB by clicking onto the *.m files (these, typically, are on USB drives); I'm not starting the MATLAB first, and then searching the file through the matlab's explorer...

