Metanet is a toolbox of Scilab for graphs and networks computations.
I have tried to use the function of "mesh2d" included in metanet. But there are some problems. SciLAB: 5.2.2, 5.3.1 on Windows, 5.2.2 on Ubuntu Problem 1): I installed version 0.1 of metanet. But when I executed the sample codes in help pages, I got error message as below: -1->mesh2d(x,y) !--error 4 Undefined variable: ierr at line 15 of function mesh2d called by : mesh2d(x,y) Problem 2): I failed to install latest module of metanet by "atomsInstall" commands as below. -1->atomsInstall(['metanet','0.3']) atomsInstallList: The package metanet - 0.3 is not available. !--error 10000 at line 51 of function atomsError called by : at line 76 of function atomsInstallList called by : at line 217 of function atomsInstall called by : atomsInstall(['metanet','0.3']) -1->atomsInstall(['metanet','0.2']) atomsInstallList: The package metanet - 0.2 is not available. !--error 10000 at line 51 of function atomsError called by : at line 76 of function atomsInstallList called by : at line 217 of function atomsInstall called by : atomsInstall(['metanet','0.2']) Could you help me solve these problems? Many thanks ahead. Xuefeng Liu