0
votes
1answer
7 views
Accessing data in a nested matrix
This one has me stumped, and none of the other related questions here have given me clues. I'm using regexp to parse a string. When I print t afterward, it looks something like t …
0
votes
0answers
36 views
Condensing Stock Data
I have a data set that is composed as such:
2009,11,01,17,00,23,1.471700,1.472000
2009,11,01,17,01,04,1.471600,1.471900
2009,11,01,17,01,09,1.471900,1.472100
2009,11,01,17,01,1 …
0
votes
0answers
12 views
“os x” + octave + Miscellaneous Package: install errors
Trying to install the Miscellaneous Package into Octave, I get this string of errors:
octave-3.2.3:17> pkg install miscellaneous-1.0.9.tar.gz
configure: error: in /var/folders/0o/ …
0
votes
1answer
34 views
octave + gnuplot + os x 10.6 : nothing happens
On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like
plot [-6:6] sin(x).
But when I launch oc …
2
votes
2answers
62 views
Computing object statistics from the second central moments
I'm currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I'm still struggling with the implementation of a …
9
votes
26answers
2k views
What are your favourite MATLAB/Octave programming tricks?
I think everyone would agree that the MATLAB language is not pretty, or particularly consistent. But nevermind! We still have to use it to get things done.
What are your favourite …
2
votes
4answers
69 views
Octave: testing functions over a Range in Lists or like with For-loops?
I want to see the values of the function y(x) with different values of x, where y(x) < 5:
y = abs(x)+abs(x+2)-5
How can I do it?
0
votes
2answers
149 views
How do I play a sound in Octave?
Octave appears to assume that a specific sound playing utility will be available on a system but doesn't seem to provide the ability to specify an alternate. In the error below, O …
2
votes
4answers
164 views
What are the second-moments of a region?
I'm currently working on replicating some of the functionality of Matlab's regionprops function in Octave. However, I have a bit of a hangup on a subset of the functionality. The …
0
votes
1answer
69 views
Drawing a complex function with GNU Plot
Hello,
I am working in a research laboratory and my tutor asked me to draw the langerman statistic function with GNUPlot.
Hi gave me this code, that should be able to generate th …
0
votes
0answers
75 views
Increase font size in octave legend?
Does anyone know how to increase legend font-size in octave?
1
vote
2answers
174 views
Does Gnu Octave have any existing code for drawing lines or polygons?
Background:
I want to be able to take a 2d matrix (an image really), and a set of points defining a polygon, and draw that polygon into the matrix.
Before I run off and reinven …
1
vote
1answer
79 views
Octave colorbar and units
In GNU Octave you can make a picture where different colors represent different values in a matrix. You can also add a colorbar, which shows what color corresponds to what value.
…
0
votes
1answer
63 views
Mathematica’s Tables and Modifications in Octave?
How can I do Mathematica-style
a = Table[2^(2 k) + 1, {k, 1, 3}]
Last[a], First[a]
Append[a,3]
in Octave?
0
votes
3answers
950 views
Octave + GNUPlot + Aquaterm + Mac OS 10.6 — Student Needs Help!
Greetings,
I'm the only person in my Numerical Analysis class attempting to do all of the MatLab based homework assignments in Octave - the opensource representation of MatLab.
…
