Octave 3.6.4 Set "Install" under Window
Tutorial Reference URL : http://wiki.octave.org/Octave_for_Microsoft_Windows
Octave 3.6.4 is the previous version of Octave, software features similar to MATLAB, the latest version is Octave 3.8.4. Other related versions of the installation can be consulted in the English website above, here only Octave-3.6.4-mingw + octaveforge pkgs installation.
Octave 3.6.4 has two mounting options :
1, Octave-3.6.4-mingw + octaveforge pkgs installation (recommended)
2, Octave-3.6.4-mingw with Visual Studio (refer to the above URL installation instructions)
I recommend the first one here, and I'm only learning the first kind at the moment. (Forgive my stupidity) I probably looked at it. The first kind of installation seems relatively simple and more conventional. Therefore, it should be the fastest to learn and install.
Note that here I do not pursue the latest version, this version should be used more people, on-line information is also relatively perfect (most of the data can also be fully applicable). (Of course, the latest version of the octave installation I do not use to learn)
(This tutorial is my translation, streamlining the installation instructions on the above URL.) If you are good at English can directly refer to the above URL installation, this site is said to be more detailed and accurate. But I've been looking for a long time to get a clue. At the same time, this tutorial also refer to the translation of some netizens ... )
Octave 3.6.4:http://sourceforge.net/projects/octave/files/octave%20windows%20binaries/octave%203.6.4%20for% 20windows%20mingw%20installer/
octave3.6.0_gcc4.6.2_20120129.7z (main package)
octave3.6.0_gcc4.6.2_pkgs_20120128.7z (kit included with Octave)
Octave3.6.4_gcc4.6.2_sourceforge_readme.txt (Installation documentation, including installation steps)
README (Installation documentation, including installation steps)
Specific installation steps
Unzip all two compressed files.
1. Copy the main package to your installation root directory, as follows
C + Octave\octave3.6.0_gcc4.6.2\ ( The red part can be changed to your specific installation directory )
2. Copy the kit octave3.6.0_gcc4.6.2 that came with Octave to C:\Octave \
3. Copy the Octave3.6.4_gcc4.6.2.lnk shortcuts and Octave3.6.4_gcc4.6.2_docs.lnk shortcuts from the main package to the desktop.
(1) Modify- target < your installation address by right-clicking the Octave3.6.4_gcc4.6.2.lnk shortcut, properties , Your_install_dir >\bin\octave.exe;-> Change Icon < your installation address Your_install_dir>\doc\octave\icons\ Octave-logo.ico.
(2) Modify- target <your_install_dir>\doc\octave;-by right -clicking Octave3.6.4_gcc4.6.2_docs.lnk shortcut. > Change the icon < your installation address Your_install_dir>\doc\octave\icons\octave-logo.ico.
4, mouse click to start the Desktop Octave3.6.4_gcc4.6.2.lnk shortcut (you just created)
Run
octave:1> Pkg Rebuild-auto
octave:1> pkg rebuild-noauto ad % may crash octavewhen loaded and "clear all" is executed
octave:1> pkg rebuild-noauto nan % shadows manystatistics functions
octave:1> pkg rebuild-noauto gsl % shadows some corefunctions
octave:1> Pkg rebuild-auto java
Octave:1> Exit
Restart the octave as follows:
GNU octave,version 3.6.4
Copyright (C) 2013John W. Eaton and others.
This is freesoftware; See the source code for copying conditions.
There isabsolutely NO WARRANTY; Not even for merchantability or
FITNESS for Aparticular PURPOSE. For details, type ' warranty '.
Octave wasconfigured for "I686-pc-mingw32".
Additionalinformation about Octave was available at http://www.octave.org.
Please contributeif your find this software useful.
For moreinformation, visit http://www.octave.org/get-involved.html
Readhttp://www.octave.org/bugs.html to learn what to submit bug reports.
For informationabout changes from previous versions, type ' News '.
Warning:gmsh doesnot seem to be present some functionalities would be disabled
WARNING:DX doesnot seem to be present some functionalities would be disabled
Warning:function D:\program_files\Octave\Octave3.6.4_gcc4.6.2\share\octave\packages\statistics-1.2.0\ Fstat.mshadows a core library function
Octave:1>
"Install" (Setup) succeeded. Now you can enjoy using your octave 3.6.4 program.
Because they are beginners, Caishuxueqian, not to meet the professional level, may mislead everyone, please read. Blog post the mistakes and shortcomings of the reader, please criticize. Thank you for your quality reading!
Octave 3.6.4 Set "Install" under Window 7