GNU Octave is a free and open-source mathematical software package and scripting language.
I have installed (and re-installed) Octave 3 times on Windows 8, and I still can't get it right. The first and most …
windows-8 octaveI need to write code that should run equally well in Octave and on MATLAB. Problem is that it needs …
matlab portability octaveI want to conduct signal decomposition using wavelet transformation in Octave. And I don't know, what I should do. I …
signal-processing octave wavelet wavelet-transformI am using win7 and octave 3.6.4, when i generate a plot with octave and save as .eps its colors go …
latex octave epsI am doing project in remote sensing. Working with HDF on matlab is very easy. But i want to implement …
matlab image-processing octave hdf5 grid-computingIs there a way in Octave to compute and store only the diagonal of a matrix product? Basically like doing: …
matlab matrix octave matrix-multiplication diagonalThis question is based on a previous similar question. I have the following equation and an adjusted (some random data): 0.44*…
math matlab fft octave data-fittingGiven a square matrix of say size 400x400, how would I go about splitting this into constituent sub-matrices of 20x20 …
matlab loops octaveI have a struct in Octave that contains some big arrays. I'd like to know the names of the fields …
octaveI want to create a plot showing connections between nodes from an adjacency matrix like the one below. gplot seems …
matlab matrix octave graph-theory adjacency-matrix