help-octave
[Top][All Lists]
Advanced

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

Re: How to plot surface using scaled axes values, not indexes


From: Dmitri A. Sergatskov
Subject: Re: How to plot surface using scaled axes values, not indexes
Date: Wed, 10 Apr 2013 21:44:02 -0500




On Wed, Apr 10, 2013 at 9:39 PM, Dmitri A. Sergatskov <address@hidden> wrote:


In your case it would be something along the lines:
xx = jj*spac1; yy = ii*spac2; [x,y] = meshgrid(xx,yy); surf(x,y,z)

Sorry -- it is getting late here and I am tired:  forget about meshgrid part,
just x = jj*spac1; y = ii*spac2; surf(x,y,z) should work.



You may want to look at xode for sombrero() as an example.

This is still might be a good idea.

Dmitri.
--


reply via email to

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