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: Razdvizh
Subject: [Octave-bug-tracker] [bug #61961] Griddata cannot produce mesh on vertical vertices
Date: Sun, 30 Jan 2022 16:26:29 -0500 (EST)

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

[comment #6 comment #6:]
> > Of course it can, it's scattered data. Is there another method which works
well with duplicate z data?
> 
> This makes no sense.  The translation of the English language statement to a
concrete mathematical statement is that
> 
> 
> V1 = f(x1,y1,z1)
> V2 = f(x1,y1,z1)
> 
Hmm, so the problem griddata is design for explicit function
z=f(x,y)
I need implicit f(x,y,z)=const
I looked at cylinder.m
Duplicate some data and griddata is not needed at all?
 for comment #3
xx=coord(:,1);xx(:,2)=xx;
yy=coord(:,2);yy(:,2)=yy;
zz(1:2*columns(t),1)=-1;zz(1:2*columns(t),2)=1;
 mesh(xx,yy,zz);



    _______________________________________________________

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]