I did not have the problem with Scilab 5.4.0 but with this last version my 
parameters modification are not taken into account when using scicos_simulate() 
as it used to be with previous versions.
 
Code example:
/////////////////////////
 
Context.mypar1;
Context.mypar2;
 
Context.mypar3;
scicos_simulate(scs_m,list(),Context,'nw');
 
--> this simulation gives the same result than with original parameter values.
 

________________________________

De: [email protected] de la part de Clément David
Date: lun. 29/10/2012 09:09
À: International users mailing list for Scilab.
Objet : Re: [Scilab-users] TR : java heap space



Hello,

Scilab 5.3.3 use HDF5 to communicate data between Xcos and Scilab. To
reduce the overhead we now (in Scilab 5.4.0) use a direct stack access.
Can you check with the latest Scilab version please ?

Futhermore to manage huge models (more than 20k blocks) you may modify
the default Java heap space setting in Scilab Preferences.

Le vendredi 26 octobre 2012 à 15:33 +0200, Stéphane Bécu a écrit :
> xcosDiagramToHDF5: Java heap space
> at line      xxx of function importXcosDiagram called by : 
> importXcosDiagram("my_model.xcos");

--
Clément DAVID
Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Mobile: +33.6.26.26.51.90
Phone: +33.2.90.22.78.96
http://www.scilab-enterprises.com <http://www.scilab-enterprises.com/> 

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to