How to port from Matlab to Headless Octave for Web
问题 I have a Matlab application that I wrote and would like to put on a AWS server running Octave to make a service publicly available via the web. I've never used Octave. I've read that the "--no-window-system" will allow me to run headless, and I know that I can use "saveas(fig,FileName,format)" to save my figures. My question is will plot() and histogram() work without a head in Octave, and if so how do I go about this? (I want the figures to go to gifs or jpegs that I'll reference in a web