help-octave
[Top][All Lists]
Advanced

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

Re: 3d plotting


From: Lev
Subject: Re: 3d plotting
Date: Fri, 13 Sep 2019 20:33:20 +0200

On Fri, 13 Sep 2019 15:21:39 +0000
Carlo De Falco <address@hidden> wrote:

> > Il giorno 13 set 2019, alle ore 15:27, Levente <address@hidden>
> > ha scritto:
> > 
> > x=meshgrid(data(1,2:28)')
> > y=meshgrid(data(2:7,1))  
> 
> that is not the correct usage of meshgrid you should do
> 
>   [x, y] = meshgrid (data(1,2:28)', data(2:7,1));

Dear Carlo,


Thank you very much for poiting this out. It does now work.


Levente
 


-- 
Levente Kovacs
Senior Electronic Engineer

W: http://levente.logonex.eu

reply via email to

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