help-octave
[Top][All Lists]
Advanced

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

Re: Plot 4D data


From: José Luis García Pallero
Subject: Re: Plot 4D data
Date: Thu, 29 May 2008 20:12:45 +0200

OK, it runs fine.
Thanks

2008/5/29, David Bateman <address@hidden>:
> José Luis García Pallero wrote:
>> Hi,
>> Anybody knows how can I plot 4D data in GNU Octave? I have a 4 columns
>> matrix whose components are [Xcoordinate Ycoordinate Zcoordinate
>> Density] and I would like to plot it in a 3D space for XYZ coordinates
>> and a color attribute for densities on each XYZ point.
>> Thanks.
>>
>
> Does
>
> scatter3 (X(1,:), X(2,:), X(3,:), [], X(4,:))
>
> give something like what you want?
>
> D.
>


-- 
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************



reply via email to

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