Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
On 15/09/2020 07:32, Samuel Gougeon wrote: Le 14/09/2020 à 16:14, Antoine Monmayrant a écrit : Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:    

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Samuel Gougeon
Le 14/09/2020 à 16:14, Antoine Monmayrant a écrit : Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:     https://help.scilab.org/docs/6.1.0/en_US/LineSpec.html But I get a line_style==5 which is

Re: [Scilab-users] issue building Scilab 6.1.0 arm64 on Ubuntu 19.10 running inside Termux Proot Container

2020-09-14 Thread EnigmaVoidX
It still fails even with the configure flag: make[1]: Entering directory '/opt/Scilab/scilab/scilab' /bin/bash ./libtool --tag=CXX --mode=link g++ -std=c++17 -DNDEBUG -g1 -O2 -fno-stack-protector -lstdc++ -lgfortran -Wl,--no-as-needed -o scilab-bin

Re: [Scilab-users] issue building Scilab 6.1.0 arm64 on Ubuntu 19.10 running inside Termux Proot Container

2020-09-14 Thread EnigmaVoidX
I'm trying that, currently in the process of make, however the configure log still shows valgrind path even with the configure options you have given me, hopefully that won't cause any issues. Clément David-3 wrote > Hello, > > As a first build, I suggest you to compile without valgrind

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Heinz Nabielek
Ok: perhaps not perfect dots scf();plot(1:10,':'); scf();plot(1:100,':'); > On 14.09.2020, at 16:28, Antoine Monmayrant > wrote: > > scf();plot(1:10,':') ___ users mailing list users@lists.scilab.org

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Heinz Nabielek
> On 14.09.2020, at 16:14, Antoine Monmayrant > wrote: > > plot(rand(1:10),':') I get a perfect dotted line. Heinz "Scilab Version: ""6.1.1.0" "Operating System: " "Mac OS X 10.15.6"

Re: [Scilab-users] Hybrid simulation in Scilab/Xcos

2020-09-14 Thread Chin Luh Tan
Hi,  you might want to use the discrete block "DLR" instead.  first you could convert the PID in s-domain into z domain using the dscr function in the Scilab, and then use the value in DLR block for hybrid simulation. make sure the clock u use for the block is same as the sampling rate in

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
Le 14/09/2020 à 16:23, Heinz Nabielek a écrit : I get a perfect dotted line. What? I tested this under linux (ubuntu 18.04) & Windows10, with both 5.5.2 and the 6.1 and I don't get a dotted line... I attached the output of:     scf();plot(1:10,':') Antoine

[Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:     https://help.scilab.org/docs/6.1.0/en_US/LineSpec.html But I get a line_style==5 which is some kind of 1dash-2dots line. Looking at what's on

[Scilab-users] Hybrid simulation in Scilab/Xcos

2020-09-14 Thread Steve
Hello, I have been facing a problem how to develop a hybrid simulation in the Scilab/Xcos. The simulation consists of a SISO (single input single output) system in continuous time domain and a discrete PID controller. The PID controller is a CBLOCK containing the code in the C programmin

Re: [Scilab-users] issue building Scilab 6.1.0 arm64 on Ubuntu 19.10 running inside Termux Proot Container

2020-09-14 Thread Clément David
Hello, As a first build, I suggest you to compile without valgrind support as this is an optional dependency. This can be done using : $ ./configure VALGRIND_CFLAGS="" VALGRIND_LIBS="" Otherwise, your analysis looks good. Either your valgrind installation provide an extra library we need to

Re: [Scilab-users] Scilab-6.1 fails on OpenSuse Leap 15.2

2020-09-14 Thread Clément David
Hello Serge, This is known issue, reported as https://bugzilla.scilab.org/show_bug.cgi?id=16368 . To "fix" it, use your system libcurl.so by removing some files (listed on the bug comments) from the Scilab binary. Thanks, Clément DAVID > -Original Message- > From: users On Behalf