help-octave
[Top][All Lists]
Advanced

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

Re: plotting the data given below


From: asha g
Subject: Re: plotting the data given below
Date: Wed, 1 Feb 2012 11:48:27 +0530 (IST)

Thanks. It works.
 
 



Hi,
As of Octave 3.4.3 the function plot does not accept sparse arguments.
You have to flatten (or what-ever-is-called) your matrix before
plotting:

plot ( X, full(q), 'y*', "markersize", 6)

--
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/



reply via email to

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