Matlab has msgbox, listdlg, textscan, and many other functions that Octave apparently doesn’t have. Is there any extra library with functions like this? Or perhaps different-named functions that will show a message dialog, let user select a data file to process, and read in formatted file?
Matlab has msgbox, listdlg, textscan, and many other functions that Octave apparently doesn’t have.
Share
Check out octave forge. It has msgbox, listdlg and other related methods. There are installation instructions on the home page.