Re: [Scilab-users] animaGIF does not work. Why?

2023-04-14 Thread Heinz Nabielek
In the Internet, https://convertio.co/ transfers my Scilab series of gif figures into a .mov movie. Other format options are also available. Heinz > On 14.04.2023, at 21:03, Samuel Gougeon wrote: > > Le 14/04/2023 à 01:00, Heinz Nabielek a écrit : >> On 13.04.2023, at 20:35, Samuel Gougeon

Re: [Scilab-users] animaGIF does not work. Why?

2023-04-14 Thread Samuel Gougeon
Le 14/04/2023 à 01:00, Heinz Nabielek a écrit : On 13.04.2023, at 20:35, Samuel Gougeon wrote: .../... Installing is not loading (that's intentional). Just after installing, without restarting Scilab, you need to load the module, either with atomsLoad(..), or interactively thanks to the

Re: [Scilab-users] animaGIF does not work. Why?

2023-04-13 Thread Heinz Nabielek
On 13.04.2023, at 20:35, Samuel Gougeon wrote: > > Le 13/04/2023 à 04:59, Heinz Nabielek a écrit : >> Colleagues: >> >> animaGIF is loaded >> >>> --> atomsInstall('animaGIF'); >>> animaGIF (1.0) is already installed in the 'allusers' section and >>> up-to-date >>> >> but does not work >>

Re: [Scilab-users] animaGIF does not work. Why?

2023-04-13 Thread Samuel Gougeon
Le 13/04/2023 à 04:59, Heinz Nabielek a écrit : Colleagues: animaGIF is loaded --> atomsInstall('animaGIF'); animaGIF (1.0) is already installed in the 'allusers' section and up-to-date but does not work --> idGif = animaGIF(gcf(), outgif, 1,2); Undefined variable: animaGIF Why?