octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave Code Contribution


From: dbateman
Subject: Re: Octave Code Contribution
Date: Sun, 1 Mar 2009 01:25:19 -0800 (PST)



Robert T. Short wrote:
> 
> try 
> 
> plot(real(constellation), imag(constellation), ".;;") 
> 
> where "constellation" is your I/Q array.  
> 
> You can label the axes any way you like. 
> 
> This worked in 2.9.  In older versions there was a way to do it with
> "gplot".  I have not tried this in 3.x and there have been lots of
> changes since 2.9. 
> 
> 
> What would be really nice is to have "scatterplot" like MATLAB has, but
> that is trivial to implement if you can do the above.  Also, to get
> things to look right, you need "axes("square")" which doesn't always
> seem to work right, but I just resize the window to give me what I want. 
> 

Does the "scatterplot" function in the communications package of
octave-forge do what you want?

D.

-- 
View this message in context: 
http://www.nabble.com/Octave-Code-Contribution-tp22248081p22271063.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]