[Scilab-users] How to use writec_f block in xcos

2015-06-24 Thread manasdas17
I am trying to use writec_f block as wfile_f block has been removed from scilab-5.5.2. But when i run the model it worked only for once in win 8 system and after that no file is being created. Same problem also occuring ubuntu system.Could you let me know the proper way of using it or may be sugge

Re: [Scilab-users] Redefined function does not remain redefined in macro

2015-06-24 Thread Tim Wescott
On Mon, 2015-06-22 at 02:31 -0700, DominicErnst wrote: > Dear all, > > I stumbled across a strange behavior I don't understand correctly. > Please also refer to the simplified code extract below. > > Apparently beta(x,y) refers to a built in SciLab function (beta function > (Euler integral of the

Re: [Scilab-users] how to respond the shrinkage of hyper-matrix

2015-06-24 Thread fujimoto2005
Dear Samuel Gougeon Thanks for your information. I could installed 'Yasp' and found the speed of calculation is much faster than 5.52. But I face one problem. I can't interrupt the run of the script. Neither 'ctrl x ' key nor the interrupt command work and the run does't stop. Are there any way

Re: [Scilab-users] how to respond the shrinkage of hyper-matrix

2015-06-24 Thread sgougeon
>I suppose 'Yasp' is one which is in the following address. > >https://www.scilab.org/development/nightly_builds/yasp > >Am I right Yes you are >and can I install Yasp in the same PC where Scilab 5.5.2 has been already >installed? Yes, you may have as many Scilab versions as needed on the s

Re: [Scilab-users] how to respond the shrinkage of hyper-matrix

2015-06-24 Thread fujimoto2005
Hi,Samuel GOUGEON Thanks for reply. I suppose 'Yasp' is one which is in the following address. https://www.scilab.org/development/nightly_builds/yasp Am I right and can I install Yasp in the same PC where Scilab 5.5.2 has been already installed? Best Regards -- View this message in contex

Re: [Scilab-users] How to execute MS-VECM code in Grocer toolbox of SciLab

2015-06-24 Thread Brian Bouterse
Ritika, I have no idea how to help you resolve the technical issue, but I do want to point out that the request contains almost no technical details. Search the internet for articles on how to write a good technical post or bug report and try to repost your request with more detail. Good luck, Bri

Re: [Scilab-users] How to execute MS-VECM code in Grocer toolbox of SciLab

2015-06-24 Thread Ritika Jaiswal
Hello Kindly provide help on my query. Its actually very urgent. Regards Ritika Jaiswal Doctoral Research Scholar National Institute of Technology Karnataka Surathkal, Mangalore- 575 025, Karnataka, India email: ritikast...@gmail.com ritika.hm13...@nitk.edu.in -- View this message in cont

Re: [Scilab-users] How to execute MS-VECM code in Grocer toolbox of SciLab

2015-06-24 Thread Ritika Jaiswal
Hello Kindly provide the help on the above issue. I need to implement MS-VECM code in Scilab, Grocer toolbox. Kindly advise the code for implementing MS-VECM code in Scilab Regards Ritika Jaiswal Doctoral Research Scholar National Institute of Technology Karnataka Surathkal, Mangalore- 575 025,

[Scilab-users] How to execute MS-VECM code in Grocer toolbox of SciLab

2015-06-24 Thread Ritika Jaiswal
Hello, Kindly help me with the execution of MS-VECM code in Grocer toolbox of Scilab. I need to execute the MS-VECM code in Scilab. I am not able to find any code for MS-VECM in this. Kindly provide the help on this issue. Regards Ritika Jaiswal Doctoral Research Scholar National Institute of T

Re: [Scilab-users] how to respond the shrinkage of hyper-matrix

2015-06-24 Thread Samuel Gougeon
Le 24/06/2015 05:45, fujimoto2005 a écrit : Thanks for reply. Let me take another example. The following script fails because x is made as a 1×2×3 hyper matrix and I can't use 4th and 5th indexes. In my actual code, the number of 4th and 5th dimensions are variable and I cant't know in advance.