How to run Octave code without the Octave IDE (similarly to Python)? [duplicate]
问题 This question already has answers here : Octave: How to prevent plot window from closing itself? (2 answers) Closed 2 days ago . Context: When I use Python + matplotlib, I can compose the code in any text editor (like Sublime Text), do CTRL + B , and then the text output appears in the "Build results" panel of the text editor, and, optionally, graph/plots are rendered in a new GUI window. Under the hood, the text editor calls python myscript.py when we do "Build", and that's it. It's simple