[Scilab-users] Issue with Using atomsTest

2017-03-21 Thread Tan Chin Luh
Hi, Just to check whether anyone encounter issues with the atomsTest function. When running the test_run, all the tests passed. However, when running the atomsTest, all tests fail with the error: failed: Slave Scilab exited with error code 1. the log file gives : Start Toolbox Skeleton L

Re: [Scilab-users] scilab beta tester

2017-03-21 Thread Tan Chin Luh
Hi, This is already in the plan, just need time to get it up. There are a few things in the development pipeline: 1. currently the codes are still the mix of C and C++ api, cleaning up required. 2. move to OpenCV 3.2, which is already under testing, however, this might not be friendly to the li

Re: [Scilab-users] Read matrix from text file

2017-03-21 Thread Samuel Gougeon
Le 21/03/2017 à 09:10, Frieder Nikolaisen a écrit : Thanks alot. It also works with file and read for me. But I still don't know how to handle a string header: read: Wrong number of output argument(s): 0 expected. Do you mean: some initial rows of text? Then you may rather use csvRead(): h

Re: [Scilab-users] Test Statistics in Regression Equations

2017-03-21 Thread Samuel Gougeon
Le 21/03/2017 à 14:12, Samuel Enibe a écrit : I use the SCILAB linregr function for regression analysis. Is there any inbuilt output for the following statistical tests: 1. MEAN BIAS ERROR (MBE) 2. MEAN ABSOLUTE PERCENTAGE ERROR (MAPE) 3. ROOT MEAN SQUARE ERROR (RMSE) 4. t-STATISTIC Browsing i

Re: [Scilab-users] Why there are Matlab explanation in Scilab Help?

2017-03-21 Thread Tim Wescott
Example?  "help XXX" that gets to the help page in question, perhaps? Scilab has lots of hooks to allow you to convert and run Matlab programs -- perhaps you've run into one of those?  I think there may also be some pages that are designed to help people make the transition from Matlab to Scilab.

Re: [Scilab-users] Why there are Matlab explanation in Scilab Help?

2017-03-21 Thread Samuel Gougeon
Le 21/03/2017 à 22:30, Erhy a écrit : Hello! As newbie I ask you, why there are Matlab explanation in Scilab Help? In which pages? Could you please provide links: https://help.scilab.org/docs/6.0.0/en_US/index.html ___ users mailing list users@lists.

[Scilab-users] Why there are Matlab explanation in Scilab Help?

2017-03-21 Thread Erhy
Hello! As newbie I ask you, why there are Matlab explanation in Scilab Help? Erhy -- View this message in context: http://mailinglists.scilab.org/Why-there-are-Matlab-explanation-in-Scilab-Help-tp4035918.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.co

Re: [Scilab-users] Xcos - simulation problem with Backlash block

2017-03-21 Thread Tim Wescott
Can you post the Xcos file that causes the problem? Backlash is very difficult to simulate.  The problem is what is known as "stiff", meaning that there are places in the state space where the linearized system suddenly changes its characteristics dramatically over a small change in the values of

Re: [Scilab-users] Read matrix from text file

2017-03-21 Thread Tim Wescott
Really Good Documentation is usually the last thing to get done even on a commercial product -- there aren't many open-source software projects that are well documented, and those are often documented separately in how-to books. Fortunately, we have things like mailing lists and forums. The read

Re: [Scilab-users] ?==?utf-8?q? scilab beta tester

2017-03-21 Thread Antoine Monmayrant
Le Mardi, Mars 21, 2017 16:18 CET, Philipp Mühlmann a écrit: > Dear Scilab developers, > > as Antoine offered beeing beta tester for Image Processing Toolbox I wonder > if toolbox developers could provide some code along with their toolbox for > testing the toolbox at other PC's or OS. Well,

[Scilab-users] scilab beta tester

2017-03-21 Thread Philipp Mühlmann
Dear Scilab developers, as Antoine offered beeing beta tester for Image Processing Toolbox I wonder if toolbox developers could provide some code along with their toolbox for testing the toolbox at other PC's or OS. Just to check if the toolbox functions all work, one could put samples for each f

[Scilab-users] Xcos - simulation problem with Backlash block

2017-03-21 Thread Tomasz Garstka
Hello I'm simulating in Xcos simple closed control loop (servo) with inertia block (1/1+Ts) as ramp function of drive. That's run OK. When I added Backlash block (to simulate real screw gear), the simulation take a long, long time without effect. If I remove inertia block, run OK, but no with both

[Scilab-users] Test Statistics in Regression Equations

2017-03-21 Thread Samuel Enibe
I use the SCILAB linregr function for regression analysis. Is there any inbuilt output for the following statistical tests: 1. MEAN BIAS ERROR (MBE) 2. MEAN ABSOLUTE PERCENTAGE ERROR (MAPE) 3. ROOT MEAN SQUARE ERROR (RMSE) 4. t-STATISTIC Thank you very much. God bless you. -- Samuel Enibe Unive

Re: [Scilab-users] ?==?utf-8?q? ?==?utf-8?q? ?= Install image processing toolbo

2017-03-21 Thread Antoine Monmayrant
Le Mardi, Mars 21, 2017 09:09 CET, Tan Chin Luh a écrit: > Hi, > > > I faced case #1: Ubuntu 16.04 with recent kernel. > > The thing with Atoms is that you don't go and check the website, you just > > install and are left wondering why this module just killed your scilab > > install. It's a

Re: [Scilab-users] Some weirdies with 6.0.0

2017-03-21 Thread CHEZE David 227480
Hi, >Did anyone else experiment such weirdies? I did not get the same issues on WIN7_x64 scilab 6.0.0 . I had some weirdies while using the debug, when it comes to the faulty piece of my code or when I ask to debugger with improper syntax, then resume was not clean, sometimes it crashed and I

[Scilab-users] Some weirdies with 6.0.0

2017-03-21 Thread Dang Ngoc Chan, Christophe
Hello, I noticed some weird behaviours which are difficult to reproduce (6.0.0, Windows 7). E.g. I has two graphical windows opened and one of them did not refresh (clf()+plot() always gave me the first plot although I changed the variables). Or the console "refused to answer": any command sho

Re: [Scilab-users] ?= Install image processing toolbo

2017-03-21 Thread Tan Chin Luh
Hi, I faced case #1: Ubuntu 16.04 with recent kernel. The thing with Atoms is that you don't go and check the website, you just install and are left wondering why this module just killed your scilab install. It's a fairly bad first experience and I think it turns away some potential users. I'

Re: [Scilab-users] Read matrix from text file

2017-03-21 Thread Frieder Nikolaisen
Thanks alot. It also works with file and read for me. But I still don't know how to handle a string header: read: Wrong number of output argument(s): 0 expected. Koeffizienten_DM=file("open", "C:Usersf.nikolaisenDocumentsBachelorarbeitSimulationKoeffizienten_DM_Matrix.txt", "old") E=read(Koeff

Re: [Scilab-users] ?==?utf-8?q? ?==?utf-8?q? ?= Install image processing toolbo

2017-03-21 Thread Antoine Monmayrant
Hi, I faced case #1: Ubuntu 16.04 with recent kernel. The thing with Atoms is that you don't go and check the website, you just install and are left wondering why this module just killed your scilab install. It's a fairly bad first experience and I think it turns away some potential users. Do y