Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Stéphane Mottelet
Hello Guys, If you have time you could have this discussion on discourse.scilab.utc.fr, which is a *much* better place, where you have many formatting options, easy graphics inclusion, and so on. S. Le 06/03/2023 à 21:57, Heinz Nabielek a écrit : A simple demo: yy=0.01; x1=[580 56];

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Heinz Nabielek
A simple demo: yy=0.01; x1=[580 56]; x2=[yy yy]; xarrows(x1,x2,555,6); Heinz This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Samuel Gougeon
Hello, Do you mean that the arrow links (x1,y1) to (x2,y2), or that you draw a segment from (x1,y1) to (x2,y2) and then plug an arrow starting on it (where (x3,y3)?) and going outside (where (x4,y4)?) ? Le 06/03/2023 à 18:53, Samuel Enibe a écrit : I need to attach an arrow to a line pointing

[Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Samuel Enibe
I need to attach an arrow to a line pointing from (x1, y1) to (x2, y2). How can this be done? Your assistance will be greatly appreciated. Samuel Enibe This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential

Re: [Scilab-users] error in starting scilab from terminal

2023-03-06 Thread Jean-Yves Baudais
Hello, Le 06/03/2023 à 15:15, Wolfgang Engelmann a écrit : > How would one proceed in the case of scilab-5.5.2 -which I need in > addition to 6.1.1 for older scilab models produced with 5.5.2? $shell> wget https://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-x86_64.tar.gz You can find

Re: [Scilab-users] error in starting scilab from terminal

2023-03-06 Thread Wolfgang Engelmann
In the following it was described how to install scilab-6.1.1.bin.linux-x86_64 which takes care also of Java. How would one proceed in the case of scilab-5.5.2 -which I need in addition to 6.1.1 for older scilab models produced with 5.5.2? The procedure described in