help-octave
[Top][All Lists]
Advanced

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

Re: Plotting a function of 3 variables ?


From: Martin Helm
Subject: Re: Plotting a function of 3 variables ?
Date: Wed, 25 Apr 2012 14:36:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0

Am 25.04.2012 13:59, schrieb willi k:
> hello again,
> no what I told you is correct, test following code and you will achieve the
> picture attached (with the last input determining the color):
>
> ss=mesh([1,1;2,2],[1,2;1,2],[1,1;1,1],[1,2;3,4]);
> set(ss,"marker","s","linestyle","none")
> The surface is not transparent, but this is an issue you will be able to
> solve
>
> best
>
> w
>
> http://octave.1599824.n4.nabble.com/file/n4586344/test.png 
>
>From the original description I understand something different that
something along the lines of quiver3 is what he looks for with scalar
values represented as small spheres instead of vector fields represented
a s vectors for each 3d grid point in a cube.


reply via email to

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