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