[Scilab-users] FROMWSB Scilab

2015-05-26 Thread ANDREY_PSTU
Hello, guys. I have a problem with FROMWSB block. I simulate a simple model which use a workspace parameter (V.time and V.values) and draw a simple graph.When i use scicosim function i want to change a parameters of FROMWSB block (new V.time and V.values) and continue simulation. But i don't know

Re: [Scilab-users] New computer, graphics(?) crashes

2015-05-26 Thread Nikolay Strelkov
Dear Tim! For me it seems that you need to use proprietary AMD drivers - fglrx. Open drivers are buggy and show low-performance. If you want to use open driver on Ubuntu 12.04 LTS (precise) you should upgrade its HWE to 14.04 LTS (trusty). With best regards, Nikolay. 27 мая 2015 г. 3:22

[Scilab-users] long strings of two bites cahracter

2015-05-26 Thread fujimoto2005
I failed to change current directory to a desired one. The cause of this seems to be a long path strings of two bites character. The length of my path string is 147bites and 97 characters(I am a Japanese and I use the tow bites for one character) When I input a path strings in a command line ,a

Re: [Scilab-users] Accidentally displaying huge matrices

2015-05-26 Thread Antoine Monmayrant
Le 05/26/2015 11:34 AM, Serge Steer a écrit : Le 25/05/2015 15:29, Antoine Monmayrant a écrit : Le Samedi 23 Mai 2015 00:05 CEST, Samuel Gougeon sgoug...@free.fr a écrit: Hello Tim, Le 21/05/2015 17:48, Tim Wescott a écrit : .../... First, is there a way to get it to stop? ctrl-C does

Re: [Scilab-users] fscanfMat help

2015-05-26 Thread Serge Steer
Le 19/05/2015 18:02, Francesco Pedretti a écrit : Dear all, I started to use Scilab only last week and I have some problems with the command fscanfMat. I have to read three text file in order to create a post processing of a fortran file. The problem is that the code today decided to not

Re: [Scilab-users] Accidentally displaying huge matrices

2015-05-26 Thread Serge Steer
Le 25/05/2015 15:29, Antoine Monmayrant a écrit : Le Samedi 23 Mai 2015 00:05 CEST, Samuel Gougeon sgoug...@free.fr a écrit: Hello Tim, Le 21/05/2015 17:48, Tim Wescott a écrit : .../... First, is there a way to get it to stop? ctrl-C does not do the job. In your startup file

Re: [Scilab-users] Accidentally displaying huge matrices

2015-05-26 Thread Stéphane Mottelet
btw how can you overload the display of double matrices ? S. Le 26/05/2015 11:34, Serge Steer a écrit : Le 25/05/2015 15:29, Antoine Monmayrant a écrit : Le Samedi 23 Mai 2015 00:05 CEST, Samuel Gougeon sgoug...@free.fr a écrit: Hello Tim, Le 21/05/2015 17:48, Tim Wescott a écrit :

Re: [Scilab-users] Accidentally displaying huge matrices

2015-05-26 Thread Antoine Monmayrant
Le Mardi 26 Mai 2015 19:03 CEST, Tim Wescott t...@wescottdesign.com a écrit: On Mon, 2015-05-25 at 15:29 +0200, Antoine Monmayrant wrote: Le Samedi 23 Mai 2015 00:05 CEST, Samuel Gougeon sgoug...@free.fr a écrit: Hello Tim, Le 21/05/2015 17:48, Tim Wescott a écrit :

[Scilab-users] (no subject)

2015-05-26 Thread Андрей Глушко
Hello, guys. I have a problem with FROMWSB block. I simulate a simple model which use a workspace parameter (V.time and V.values) and draw a simple graph.When i use scicosim function i want to change a parameters of FROMWSB block (new V.time and V.values) and continue simulation. But i don't

Re: [Scilab-users] Accidentally displaying huge matrices

2015-05-26 Thread sgougeon
btw how can you overload the display of double matrices ? you can redefine disp(), but AFAIK it is not possible to overload the default display for native types such as booleans, decimal or complex numbers, strings... For instance, if you define %s_p(), it won't never be called when displaying