SampleSTAT for Linux 2024

Hello my Scilab friends, I do not have Admin Rights at my place of work. Therefor i switched my os to Ubuntu. Now I am a free developer.

I used to have SampleStat installed. Unfortunately it is not available for Linux Scilab ver. 2024

Is it difficult to upgrade this Toolbox, so I can still use it?

best! Smartie

Start SampleSTAT
	Load macros
	Load help
	Load demos
	Type "help" and/or "demo_gui()" and search for SampleSTAT for Demonstration.

atomsInstallList: The package "SampleSTAT" is not registered.
Please check on the ATOMS repository that it is available for Scilab 2024.0 on Linux.
If it is, run atomsSystemUpdate() before trying atomsInstall(..) again.

at line    52 of function atomsError       ( /home/smartie/Tools/scilab-2024.0.0/share/scilab/modules/atoms/macros/atoms_internals/atomsError.sci line 66 )
at line    78 of function atomsInstallList ( /home/smartie/Tools/scilab-2024.0.0/share/scilab/modules/atoms/macros/atoms_internals/atomsInstallList.sci line 117 )
at line   240 of function atomsInstall     ( /home/smartie/Tools/scilab-2024.0.0/share/scilab/modules/atoms/macros/atomsInstall.sci line 256 )

Hello,

The name string of SampleSTAT is β€œST_2019”. It installs fine in Scilab 2024.0 by on-the-fly compilation:

atomsInstall ST_2019

S.

1 Like

Sorry, yes i was confused. I tried it your way.

--> atomsInstall('ST_2019')
 ans  =

    []


Does ans = tells me, that the package ST_2019 might not be available for the 2024 Linux version of Scilab?

Hello,

Can you see the package in Atoms GUI ?

S.