Re: [Scilab-users] saving an image as b/w image

2020-07-12 Thread Chin Luh Tan
Hi, I have not dive into different image formats but base on previous experience, i believe Stephane was right about this. So far when dealing with different bits per pixel, tif could be the way to go. The tif created by imwrite would be able to read by imread without any issue.  ps: In

[Scilab-users] saving an image as b/w image

2020-07-10 Thread P M
Dear Experts, I try to save a black/white image as a binary image. That means: An image with bit depth of 1. "imwrite" from IPCV however seems to save the image at least as a 8-bit-image. The array I want to save as an image consists of "0" and "1" only. The output file type must be ".jpg".

Re: [Scilab-users] Saving

2019-04-09 Thread Clément David
, -- Clément > -Original Message- > From: users On Behalf Of Tshego Masemola > Sent: Friday, April 5, 2019 8:23 PM > To: users@lists.scilab.org > Subject: [Scilab-users] Saving > > (Exercise 1.7) > > In what format does Scilab save? Does it ne

[Scilab-users] Saving

2019-04-09 Thread Tshego Masemola
(Exercise 1.7) In what format does Scilab save? Does it need to be saved continuously or is there an autosave option? Regards, Sana Sent from Mail for Windows 10 Disclaimer - University of Cape Town This email is subject to UCT policies and

Re: [Scilab-users] Saving all variables

2015-07-25 Thread Samuel Gougeon
Le 25/07/2015 05:42, fujimoto2005 a écrit : I found the new build of Jul 23, 2015 15:54. Is this build that fix saving all variable problem? Yes, it has been reviewed and merged on 2015-07-21: https://codereview.scilab.org/16857 ___ users mailing

Re: [Scilab-users] Saving all variables

2015-07-24 Thread fujimoto2005
I found the new build of Jul 23, 2015 15:54. Is this build that fix saving all variable problem? -- View this message in context: http://mailinglists.scilab.org/Saving-all-variables-tp4032590p4032615.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

Re: [Scilab-users] Saving all variables

2015-07-17 Thread fujimoto2005
Hi, Samuel Thanks a lot for reply. I installed the latest build of Scilab 6. The latest build does't accept command save('filename') with the error message as follows 'save: Wrong number of input argument(s): at least 2 expected.' Are there any way to write the second input as all vaiables

Re: [Scilab-users] Saving all variables

2015-07-17 Thread Samuel Gougeon
Le 17/07/2015 17:03, Samuel Gougeon a écrit : Le 17/07/2015 16:54, Antoine ELIAS a écrit : Hi, Last weeks, we worked on save/load functions. But I missed the save 'all' case. Actually, this case is missing in the list of documented calling sequences. It is just given in the description part

[Scilab-users] Saving all variables

2015-07-16 Thread fujimoto2005
I want to save all variables in oreder to re-use them. I use 'save(filename)' and 'load(filename)'. But if I use the user defined function, ①scilab5.52 can save them but fail to load the file on accoutn of the existence of a user-defined-function name, ②scilab6 can load it but fail to save on

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

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

2014-10-23 Thread Antoine Monmayrant
On 10/22/2014 04:02 PM, Matiasb wrote: Hi, Just yesterday I solved some issues I was experiencing with the save function by upgrading to scilab 5.5.1 as suggested by Samuel in this thread http://mailinglists.scilab.org/Problems-using-save-td4031410.html . Now, being able to save all the

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

2014-10-23 Thread Antoine Monmayrant
For information, I filled a bug about 'load' crashing scilab when trying to load a big matrix from a sod file: http://bugzilla.scilab.org/show_bug.cgi?id=13641 Cheers, Antoine ___ users mailing list users@lists.scilab.org

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

2014-10-23 Thread Matiasb
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 (not if the problematic variable is only

[Scilab-users] Saving and Loading big data

2014-10-22 Thread Matiasb
Hi, Just yesterday I solved some issues I was experiencing with the save function by upgrading to scilab 5.5.1 as suggested by Samuel in this thread http://mailinglists.scilab.org/Problems-using-save-td4031410.html . Now, being able to save all the environment variables, I'm experiencing the