GNU Octave is a free and open-source mathematical software package and scripting language.
I am trying to run an Octave file which is in the working directory, but I get an error. Octave …
octaveI'm in the second week of Professor Andrew Ng's Machine Learning course through Coursera. We're working on linear regression and …
machine-learning octave linear-regressionI have a set of frequency data with peaks to which I need to fit a Gaussian curve and then …
matlab octave curve-fitting gaussianIs it possible to set the window size / position of a plot window (figure)? plot(0:20, sin(0:20)) Or is there any …
plot octaveIs there a way to extend a vector by making it repeat itself? >v = [1 2]; >v10 = v x 5; %x …
matlab vector octaveI am trying to resize some plots in Octave. I've been able to change the line thickness and axis labels. …
plot octave axesI have the file data.txt with two columns and N rows, something like this: 0.009943796 0.4667975 0.009795735 0.46777886 0.009623984 0.46897832 0.009564759 0.46941447 0.009546991 0.4703958 0.009428543 0.47224948 0.009375241 0.47475737 0.009298249 0.4767201 [...] Every couple of values in …
matlab octave area curve