387
edits
(→Common problems: Cleanup of problems that aren't common problems anymore) |
|||
Line 530: | Line 530: | ||
==When I try plotting from a script, why am I not seeing anything?== | ==When I try plotting from a script, why am I not seeing anything?== | ||
If you are running an Octave script that includes a plotting command, the script and Octave may terminate immediately. So the plot window does show up, but immediately closes when Octave finishes execution. | If you are running an Octave script that includes a plotting command, the script and Octave may terminate immediately. So the plot window does show up, but immediately closes when Octave finishes execution. Alternatively, if using fltk, the plot window needs a readline loop to show up (the time when Octave is sitting around doing nothing waiting for interactive input). | ||
A common solution is to put a {{Codeline|pause}} command at the end of your script. | A common solution is to put a {{Codeline|pause}} command at the end of your script. | ||
==How do I get sound output in Windows?== | ==How do I get sound output in Windows?== | ||
Sound output is badly broken on anything that isn't using Linux's Open Sound System. This need a rewrite so that it actually works. | |||
==I cannot install a package. Octave complains about a missing mkoctfile.== | ==I cannot install a package. Octave complains about a missing mkoctfile.== |