Re: [Scilab-users] 2019.11.24 - Strange Bug open file Windows

2019-11-25 Thread Chin Luh Tan
oh yes, since you are using Scilab 5.5.2, while checking on the below suggestion, you might want to look into increasing the stacksize?  rgds, CL On Tue, 26 Nov 2019 10:50:41 +0800 Chin Luh Tan wrote Hi,  I am not sure how big the data you're trying to import into Scilab, it

Re: [Scilab-users] 2019.11.24 - Strange Bug open file Windows

2019-11-25 Thread Chin Luh Tan
Hi,  I am not sure how big the data you're trying to import into Scilab, it sould to me that this "one over 100" case might be something to do with memory management. A few thing you could trouble shoot: 1. Is there any loop, or repeated tasks that import the data into Scilab.  2. Use

Re: [Scilab-users] sparse() to build a block-diagonal matrix?

2019-11-25 Thread Chin Luh Tan
Hi,  from the first glance on the documentation you show: "Beside this function, you can also use sparse() primitive to build a block diagonal sparse matrix." it sound to me that this statement said the sparse could be used to create block diagonal matrix with the similar inputs to

Re: [Scilab-users] How to convert the ~ input placeholder <= Re: convert matlab code to scilab

2019-11-25 Thread Chin Luh Tan
Hi Samuel,  I think your assumption likely correct on the input and the output using ~ https://www.mathworks.com/matlabcentral/answers/288016-tilde-doesn-t-work-for-ignoring-my-inputs " You can use tilde to ignore input arguments when you define the function. You cannot use tilde to

Re: [Scilab-users] example of library

2019-11-25 Thread Samuel Gougeon
Dear Federico, I am not sure that this users@ list in the prefered one to talk about technical details to contribute to Scilab development. dev@ should rather be targeted for this. Please do not hesitate to subscribe also to this other list (if not yet done). For the time being, and my last

Re: [Scilab-users] How to convert the ~ input placeholder <= Re: convert matlab code to scilab

2019-11-25 Thread Samuel Gougeon
Le 23/11/2019 à 15:35, Samuel Gougeon a écrit : HelloPhilipp, and to all (former ;-) matlabers, Le 16/10/2019 à 11:46, P M a écrit : Dear experts, trying to convert a matlab code to scilab I come across following line: [~,~,Minstances_hat] = unique(B(:)); How to replace the "~" symbol? B is

Re: [Scilab-users] (no subject)

2019-11-25 Thread Stéphane Mottelet
Click on the link in the footer of this message, starting with https://lists.scilab.org... S. > Le 25 nov. 2019 à 17:56, Uzoh Uzochukwu a écrit : > >  > Please Remove my name from the mailing list or > How do I unsubscribe from the mailing list >

[Scilab-users] (no subject)

2019-11-25 Thread Uzoh Uzochukwu
Please Remove my name from the mailing list or How do I unsubscribe from the mailing list ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] sparse() to build a block-diagonal matrix?

2019-11-25 Thread Samuel Gougeon
Hello, In the sysdiag() page , it is stated that sparse() can be used to build a block-diagonal matrix: "Beside this function, you can also use|sparse ()|primitive to build a/block