GNU Octave is a free and open-source mathematical software package and scripting language.
I have been using Octave and MATLAB for a few projects, and I've come across a few questions. This question …
matlab octaveI am trying to convert code that contains the \ operator from Matlab (Octave) to Python. Sample code B = [2;4] b = [4;4] B \ …
python matlab numpy octave linear-algebraI implemented a gradient descent algorithm to minimize a cost function in order to gain a hypothesis for determining whether …
machine-learning octave gradient-descentThe Octave documentation on this subject is both intimidating and sparse. I did not know where else to document the …
octaveI'm running octave 3.8 with the gui in Ubuntu 14.04. I have an infinite loop somewhere in my program and it seems …
user-interface ubuntu octaveI need to load experimental data into scicoslab, a (pretty badly designed) clone fork of scilab which happens to support …
matlab octave scilabI want to be able to program multiple threads with gnu octave so it will utilize multiple processors. I installed …
linux multithreading multicore octaveInputs: Xf = and array that holds the x-values of the points Yf = an array that holds the y-values of the …
matlab for-loop octave derivativeIs there an alternative to the fminunc function (from octave/matlab) in python? I have a cost function for a …
python matlab python-2.7 numpy octaveI'm using Octave 3.8.1 which is like Matlab and I'm trying to create a color map / heatmap to look something like …
matlab octave heatmap color-mapping colormap