Re: [Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-26 Thread Heinz Nabielek
Thanks a lot. Looking at the computational effort, C is probably the only option anyway... Heinz > On 26.06.2018, at 22:30, Rafael Guerra wrote: > > Hi Heinz, > > For C, you may want to check this: > https://www.codeproject.com/Articles/587629/A-Delaunay-triangulation-function-in-C > > Regar

Re: [Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-26 Thread Heinz Nabielek
On 27.06.2018, at 01:27, Samuel Gougeon wrote: > > Hello, > > Le 26/06/2018 à 20:42, Heinz Nabielek a écrit : >> Dear Scilab friends, >> >> I have 15,000 points in 3d space with known xyz Carthesian coordinates and >> the basic question is, if their arrangement is random or not. >> >> I had b

Re: [Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-26 Thread Samuel Gougeon
Hello, Le 26/06/2018 à 20:42, Heinz Nabielek a écrit : Dear Scilab friends, I have 15,000 points in 3d space with known xyz Carthesian coordinates and the basic question is, if their arrangement is random or not. I had been suggest to do Voronoi tessellation/ Delaunay triangulation. The famo

Re: [Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-26 Thread Rafael Guerra
Hi Heinz, For C, you may want to check this: https://www.codeproject.com/Articles/587629/A-Delaunay-triangulation-function-in-C Regards, Rafael -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of Heinz Nabielek Sent: Tuesday, June 26, 2018 8:42 PM To: User

[Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-26 Thread Heinz Nabielek
Dear Scilab friends, I have 15,000 points in 3d space with known xyz Carthesian coordinates and the basic question is, if their arrangement is random or not. I had been suggest to do Voronoi tessellation/ Delaunay triangulation. The famous problem of the location of the nearest public phone, bu

Re: [Scilab-users] Sockets in scilab 6.0

2018-06-26 Thread James Holland
For testing I've stripped out all the code and put it into one script so I don't need to keep rebuilding and reloading. What I have now is: id =1; commande = "*IDN?"; address = "192.168.1.72" port = 3000; // SOCKET_open TCL_EvalStr(["set tclsocket"+string(id)+" [socket "+address+" "+str

[Scilab-users] SciLab 6.0.1 and Symbolic Toolbox

2018-06-26 Thread kamienna.gora
Dear All, I have got a simple question - how to install Symbolic Toolbox for SciLab 6.0.1? According to tutorial: "https://scilab.in/scilab-symbolic-toolbox";, point 5, I got: "liboverload.so: undefined symbol: pvApiCtx". Regards, Mariusz -- Sent from: http://mailinglists.scilab.org/Scilab-us