11
edits
(→Notes) |
(→Notes) |
||
Line 227: | Line 227: | ||
**un-comment the line which sets octave default editor: | **un-comment the line which sets octave default editor: | ||
EDITOR('C:\\Program Files\\Notepad++\\notepad++.exe'); | EDITOR('C:\\Program Files\\Notepad++\\notepad++.exe'); | ||
*Upon launching, some warnings may be displayed. The following warnings can be ignored: | |||
Following warning is about interpretation of logical operators (on scalars) in octave which is slightly different than matlab's interpretation. | |||
warning: C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\packages\integration-1.0.7\PKG_ADD: possible Matlab-style short-circuit operator at line 9, column 32 | |||
Following warnings are about missing external tools which may reduce some of the functions of some packages. These external tools are not provided by the 7z archives in sourceforge. | |||
warning: gmsh does not seem to be present some functionalities will be disabled | |||
warning: dx does not seem to be present some functionalities will be disabled | |||
Following warning is about fstat function of the statistics package that overloads the old (to be deprecated) fstat function of octave-3.4.3 | |||
warning: function C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\packages\statistics-1.0.10\fstat.m shadows a core library | |||
*Octave Binaries are built by Tatsuro Matsuoka (http://www.tatsuromatsuoka.com/octave/Eng/Win/) | *Octave Binaries are built by Tatsuro Matsuoka (http://www.tatsuromatsuoka.com/octave/Eng/Win/) | ||
*Octave manual (<code>octave-3.4.2.pdf.zip, octave-3.4.2.html.zip</code>) can be downloaded from http://www.tatsuromatsuoka.com/octave/Eng/Win/ | *Octave manual (<code>octave-3.4.2.pdf.zip, octave-3.4.2.html.zip</code>) can be downloaded from http://www.tatsuromatsuoka.com/octave/Eng/Win/ |
edits