Octave for Microsoft Windows: Difference between revisions

Jump to navigation Jump to search
Line 41: Line 41:
please use the following instruction
please use the following instruction


# Download and install gnuplot if you do not have it. You can find the windows installer in the [https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot web site for Files section] The latest version is 5.0.3.
Download and install gnuplot if you do not have it. You can find the windows installer in the [https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot web site for Files section] The latest version is 5.0.3.
# Make .octaverc in your USERPROFILE directory. We can find path of USERPROFILE directory by


Make .octaverc in your USERPROFILE directory.
We can find path of USERPROFILE directory by
   >> getenv USERPROFILE
   >> getenv USERPROFILE
make .octaverc in USERPROFILE directory by your favorite text editor and set gnuplot_binary e.g.
  gnuplot_binary 'C:\Program Files (x86)\gnuplot\bin\gnuplot,exe'


make .octaverc by your favorite text editor and set gnuplot_binary e.g.
Please do not forget to quote the path name by single quote (') if name of which has (a) white space(s).
gnuplot ver. 5 supports windows, wxt and qt terminal. On octave, windows terminal is default.
If you want change it to wxt terminal


gnuplot_binary 'C:\Program Files (x86)\gnuplot\bin\gnuplot,exe'
>> setenv GNUTERM wxt


Please do not forget to quote the path name by single quote (') if name of which has (a) white space(s).
You can of course describe it on .octaverc.


== Octave 4.0.1 on cygwin==
== Octave 4.0.1 on cygwin==
39

edits

Navigation menu