help-octave
[Top][All Lists]
Advanced

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

Re: [griddata]:__delaunay__ function


From: Thierry Laroche
Subject: Re: [griddata]:__delaunay__ function
Date: Mon, 14 Nov 2011 22:23:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Ok, I installed the libmagick package. Thus, the octave package from science repository works. As a result, the function griddata doesn't work anymore.

I tried the demo in octav forge

 x=2*rand(100,1)-1;
 y=2*rand(size(x))-1;
 z=sin(2*(x.^2+y.^2));
 [xx,yy]=meshgrid(linspace(-1,1,32));
 [x1,y1,zz]=griddata(x,y,z,xx,yy);

and zz becomes a 32x32 array full of NaN...






Le 14/11/2011 21:15, Martin Helm a écrit :
Am 14.11.2011 19:08, schrieb Thierry Laroche:
when I try to install the packages from the science repo, I have a
dependency problem:
No repository provides libmagick++.so.3()64bits.

Where can I find it?

If this is libGraphicsMagick++.so.3 install the package
libGraphicsMagick++3 with yast it is in the standard repositories.

Attachment: thierry_laroche.vcf
Description: Vcard


reply via email to

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