Octave for Microsoft Windows: Difference between revisions

Line 363: Line 363:
**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:
Octave Binaries are built using Tatsuro Matsuka OctaveLibs.zip and gplibs.zip (http://www.tatsuromatsuoka.com/octave/Eng/Win/)
Following warning is about interpretation of logical operators (on scalars) in octave which is slightly different than matlab's interpretation.
    warning: C:\Octave\3.4.3_gcc-4.5.2\share\octave\packages\integration-1.0.7\PKG_ADD: possible Matlab-style short-circuit operator at line 9, column 32
Following messages are from java package about loading of java classes that have been found and how to manually run a statement which will display its capabilities.
    io PKG_ADD: java classes has been found and added in C:\Octave\3.4.3_gcc-4.5.2\bin
    io PKG_ADD: run chk_spreadsheet_support([],3) to view io support
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\3.4.3_gcc-4.5.2\share\octave\packages\statistics-1.0.10\fstat.m shadows a core library function
*Octave Binaries are built using Tatsuro Matsuka OctaveLibs.zip and gplibs.zip (http://www.tatsuromatsuoka.com/octave/Eng/Win/)


=Octave on Cygwin=
=Octave on Cygwin=
11

edits