Top "Octave" questions

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

Equivalent of "whos" command in NumPy

I am new to Numpy and trying to search for a function to list out the variables along with their …

python matlab numpy octave
Is there a GNU Octave equivalent for the Matlab function "fit"?

My teacher in the signal analysis course has given me some Matlab code that I have to execute in order …

matlab octave curve-fitting data-fitting
Reset ColorOrder index for plotting in Matlab / Octave

I have matrices x1, x2, ... containing variable number of row vectors. I do successive plots figure hold all % or hold …

matlab plot octave
How can I get a list of all the defined variables in Matlab or Octave?

I'm used to working in Matlab using its full GUI environment. Due to license issues I went and installed Octave, …

matlab octave
How to plot vertical line in octave?

What it the best way to plot a vertical line using Octave?

octave line-plot
Create Low Pass Filter by Octave

Though I had an example of low pass filter coded in Octave and I'm sure it works, I can't understand. …

fft octave lowpass-filter
Submitting Assignment on Coursera ML in Octave

Programming assignment Week 3, Machine Learning, Andrew-ng, Coursera System: Ubuntu 16.04 Octave 4.0.0 Problem: Cannot submit the code to the server. This code …

machine-learning submit octave
How can I access a matlab/octave module from python?

I am looking for a way to access a matlab module from python. My current situation is this: I have …

python matlab octave lapack
Parallel computing in Octave on a single machine -- package and example

I would like to parallelize a for loop in Octave on a single machine (as opposed to a cluster). I …

parallel-processing octave
how to compile lapack so that it can be used correctly during installation of octave?

I'm trying to install the latest octave 3.8.1 from source in a cluster running redhat+IBM LSF. I don't have write …

gcc installation fortran octave lapack