Thomas Plehn
2007-03-23 15:56:49 UTC
Hello,
I recently wrote a little program for simulating markov chains which
generates some data in a one dimensional array as its output.
Now, I want to plot this data (y-values) against their indexes
(x-values). I read the documentation and thought that the command
"plot(x);" (where x is the row vector) would do what I wanted.
The result was, that octave did not produce an error, but now plot
window popped up as I had expected from my experience with matlab.
Question: what is going wrong here?
I recently wrote a little program for simulating markov chains which
generates some data in a one dimensional array as its output.
Now, I want to plot this data (y-values) against their indexes
(x-values). I read the documentation and thought that the command
"plot(x);" (where x is the row vector) would do what I wanted.
The result was, that octave did not produce an error, but now plot
window popped up as I had expected from my experience with matlab.
Question: what is going wrong here?