Re: [Scilab-users] Can I program a table into a diagram?

2023-02-27 Thread Heinz Nabielek
Hi Samuel: mytab = ["Turbine Power" "Turbine hub height" "Turbine radius"; "WT=12 MW" "150 m" "110 m"; "WT= 7 MW" "100 m" "82 m"; "WT= 2 MW" "70 m" "40 m"]; Lat = prettyprint(mytab,,""); // "" is to remove overall parentheses Lat = strsubst(Lat, "${", "$\large{"); xstring(0.0015, 12, Lat)

Re: [Scilab-users] Can I program a table into a diagram?

2023-02-27 Thread Samuel Gougeon
Hello Heinz, Le 25/02/2023 à 00:13, Heinz Nabielek a écrit : Colleagues: can I program a table like below into a Scilab generated diagram? Sending some HTML-ized code to xstring() would have been the more versatile and tunable way to proceed, to get a styled table, with colored backgrounds,

[Scilab-users] unexpected syntax errors

2023-02-27 Thread Samuel Gougeon
Hello, In Scilab 6.1.1 --> uman netcdf @ --> uman netcdf & work as expected, while in the nightly built version scilab-branch-6.1-7fc2e691 some syntax errors are yielded : --> uman netcdf @ uman netcdf @ ^^ Error : syntax error, unexpected ~ or @, expecting end of file --> uman

Re: [Scilab-users] Scilab releases schedule / End of Windows 32-bit support

2023-02-27 Thread COUVERT Vincent
Hello Lester, About netCDF, did you try https://atoms.scilab.org/toolboxes/scinetcdf/1.2 ? Vincent From: users On Behalf Of Lester Anderson Sent: Friday, February 24, 2023 8:58 AM To: International users mailing list for Scilab. Subject: Re: [Scilab-users] Scilab releases schedule / End of

Re: [Scilab-users] Scilab releases schedule / End of Windows 32-bit support

2023-02-27 Thread Lester Anderson
Hello all, I await with interest the new version of Scilab. I only use the 64-bit version so have no issues with the 32-bit version being cut. Most people will be working on 64-bit systems anyway, and so makes sense to reduce or cut support for the 32-bit architecture. With regard to