[Scilab-users] HDF5 write data to file

2022-05-25 Thread Lester Anderson
Hi all, I just found a useful way of getting netCDF files into Scilab via HDF5 (just found this!): a=h5open('Test_10-FAA.grd'); h5ls(a) // "lat" "dataset" // "lon" "dataset" // "z" "dataset" // "Conventions" "attribute"// "GMT_version"

Re: [Scilab-users] mailing lists archive and subscription disabled

2022-05-25 Thread CHEZE David 227480
Thank you for your reply Stephane, unfortunately the subscription link doesn’t work from my side WIN10-Chrome. [cid:image002.png@01D8702B.14D297C0] Since the link to the actual mail archive repository is not referenced on the Scilab.org website, very limited chance that any unregistered user

Re: [Scilab-users] Riemann Zeta update

2022-05-25 Thread Stéphane Mottelet
Hi, For real argument, we could easily interface std::riemann_zeta : https://en.cppreference.com/w/cpp/numeric/special_functions/riemann_zeta If you have a compiler (under windows you can install the minGW atoms module), you can run the following script: code=[ "#define

Re: [Scilab-users] mailing lists archive and subscription disabled

2022-05-25 Thread Stéphane Mottelet
Hi David, Le 25/05/2022 à 10:28, CHEZE David 227480 a écrit : Hi, It’s not possible anymore to browse Yes, I already gave a solution to this problem, the list is also archived there: https://www.mail-archive.com/users@lists.scilab.org the whole thread is available at

[Scilab-users] mailing lists archive and subscription disabled

2022-05-25 Thread CHEZE David 227480
Hi, It's not possible anymore to browse or to subscribe to users mailing lists from the links displayed in Scilab website https://www.scilab.org/about/community/mailing-lists And search on lists.scilab.org domain doesn't return clear location of the archive. This issue was already raised a few