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: Oisín Ó Cuanacháin
Subject: Re: Plotting a function of 3 variables ?
Date: Wed, 25 Apr 2012 12:49:24 +0100

> hi,

> I think what you want is

> mesh(x,y,z,v)

> where v determines the color of the surface from colormap

> check: help  mesh

> w


I'm afraid, as with the other responses, you think wrong.

The mesh function plots surfaces (functions of TWO variables) in 3-D space with the colormap determining the colour of the surface. I want to plot a function of THREE variables ie. a rectangular lattice of points in 3-space with the colours of the lattice points indicating the value of the function.

This really isn't that complicated a concept, surely there must be someone on the list who understands what I am trying to do even it they don't know how to achieve it ?

 


reply via email to

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