I am a beginning Octave user and would like to compute all the integer divisors of a number, for example, for the number 120, I would like to get 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, a
I\'m trying to plot a collection of points as well as a geometrical shape, which is working fine. However, i wanted bigger dots for the points. The standard octave dot (\'.\') canno开发者_如何学运维t
I place this code in octaverc in home directory which is setup previously. I am confused, in the book it talks about .oct开发者_开发问答averc with a dot in front and I just name my file octaverc. This
This question already has answers here: 开发者_JAVA技巧 Matlab arrays operation (3 answers) Closed 9 years ago.
I have an matrix (image) and information about interesting part within circles (center corrdinates and radii given). I want to cut for all the circles the
All the references to FFTW in Octave make it sound like it is a package only for Octave (not quite true, but close), and give instructions for installing a tar.gz file by typing on the Octave command
There are many reports of开发者_JAVA百科 slow performance of Octave\'s dlmread. I was hoping that this was fixed in 3.2.4, but when I tried to load a csv file that has a size of ca. 8 * 4 mil (32 mil
This question already has answers here: Closed 11 years ago. Possible Duplicate: Is it possible to define more than one function per file in MATLAB?
I am looking for an easy way to generate a simple linear map in Octave.The matrix I need, call it sigma(n), is defined by the following property:for all matrices A and B (both of dimension n) we have
Currently I have a working 3D mesh() plot. Howev开发者_StackOverflow社区er, the vertical axis lends itself better to an angular representation, so I\'m constructing a coordinate transform to cylindric