Re: [Scilab-users] Iterator in XCOS?

2014-10-24 Thread Candio
For anybody who might be interested in the future, here is how I brought the iterators palette into scilab 5.5.1: Get the source code for the Iterators palette. I had previously downloaded Scicoslab 4.4.1, so I went into the folder \scicoslab-4.4.1\macros\scicos_blocks\Iterators Copy the whole fo

[Scilab-users] plotting crashes all over java

2014-10-24 Thread Carlos Carvalho
I've just installed scilab 5.5.1-1 on a Debian linux sid (unstable) machine, fully updated. When trying the following x=0:0.001:10; y=sin(x); plot(x,y) I get this flurry of errors: java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)

Re: [Scilab-users] Saving and Loading big data

2014-10-24 Thread Antoine Monmayrant
On 10/23/2014 05:23 PM, Matiasb wrote: Thanks Antoine! yes, that is exactly the problem I'm experiencing. For the time being, I'm trying to do some ugly stuff with 'listvarinfile' and 'eval' to load variables one by one. Same for the save, saving variables into different files one by one helps (