Top "Octave" questions

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

suppressing printing every assignment

I have written a simple script in Octave. When I run it from the command line, Octave prints a line …

octave
Efficient multiplication of very large matrices in MATLAB

I don't have enough memory to simply create a diagonal D-by-D matrix, since D is large. I keep getting an …

algorithm matlab linear-algebra octave matrix-multiplication
How does Octave spectrogram 'specgram' from signal work?

I'm trying to test the specgram function located in the signal package in Octave but I'm a little confused at …

matlab fft octave spectrogram
Reading text file using fscanf in octave / matlab into cell array

I have a comma delimited single text file with strings and integers that I'm trying to import into a cell …

matlab octave textscan
How to use parallel 'for' loop in Octave or Scilab?

I have two for loops running in my Matlab code. The inner loop is parallelized using Matlabpool in 12 processors (which …

matlab parallel-processing octave scilab
Octave plotting error

I am new to octave, I just tried my first plotting with Octave 3.4.0 when I get the following error. Any …

gnuplot octave
Cannot use Octave 4.0.0 graphics toolkit functions under Windows 10

I'm using Octave 4.0.0 on a fresh Windows 10 installation and the graphics toolkit related functions (such as plot() or hist()) are …

octave windows-10
BLAS library incompatible with Fortran 77 compiler settings

I'm trying to install Octave-3.6.2 from source on Ubuntu 12.04 with KDE desktop but when I run the Octave configure script …

fortran octave gfortran blas
Interfacing octave with C#

I have developed a program in Octave to which I would like to add a GUI layer. I want to …

c# math octave