Top "Octave" questions

GNU Octave is a free and open-source mathematical software package and scripting language.

Saving .fig file from Octave

I need to make a .fig file that can be reopened in Matlab, but I am working in Octave. But …

matlab octave matlab-figure save-as
configure: WARNING: FFTW3F library not found. The slower FFTPACK library will be used instead

I'm compiling octave on my LFS - Linux from scratch - system. While configuring octave, I receive a warning: configure: …

octave fftw
Octave/MATLAB: How to compare structs for equality?

How do I compare two structs for equality in octave (or matlab)? Attempting to use the == operator yields: binary operator `==…

matlab octave
64bit version of Octave on Windows

Does anybody know how to build Octave for x64 Windows? The 2GB data limitation for x32 is too limiting for …

64-bit octave windows64
Search a particular string in a vector(Octave)

I am trying to find a string in a vector. For Eg:query = "ab" in vector = ["ab", "cd", "abc", "cab"] …

octave string-matching
Octave Fontconfig error

I installed Octave via Homebrew using the instructions given here. When I try to generate a plot, I get the …

homebrew octave fontconfig
Converting bsxfun with @times to numpy

This is the code I have in Octave: sum(bsxfun(@times, X*Y, X), 2) The bsxfun part of the code …

python matlab numpy octave bsxfun
How to code a slider in Octave to have interactive plot?

my target is to have a plot that shows Stochastic oscillator on forex market, and in order to validate which …

user-interface plot slider octave stochastic
oct2py isn't seeing OCTAVE_EXECUTABLE environment variable (Windows)

So, I'm trying to use oct2py on Windows, like so: from oct2py import octave That's literally the only …

python octave oct2py
How to load FLTK graphics toolkit in GNU Octave 3.8?

I have installed GNU Octave 3.6.4 and 3.8.1 versions on one machine (OpenSUSE Linux 13.1, x86-64). Version 3.6.4 was out of the box, …

octave fltk