octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #61961] Griddata cannot produce mesh on vertic


From: Rik
Subject: [Octave-bug-tracker] [bug #61961] Griddata cannot produce mesh on vertical vertices
Date: Sun, 30 Jan 2022 22:21:21 -0500 (EST)

Follow-up Comment #11, bug #61961 (project octave):

In general if 


f(x,y,z) = C


then solve for z such that 


z = C - f2(x,y)


To plot, choose x,y in the 2-D plane that are valid using functions like
meshgrid, ndgrid, or something of your own choosing.  Calculate z for those x
and y and finally plot with mesh (x,y,z).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61961>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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