[Scilab-users] Release Scilab 6.0.0 alpha 2

2015-12-01 Thread François Granade

Dear Scilab users,

We're happy to announce the recent release of the second alpha of Scilab 6.0.0, 
the next major release of Scilab.

As an alpha, it is not yet ready for production usage. If you are new to 
Scilab, or only a casual user, you should probably continue using the 5.5.2 
release, and wait for a beta version before trying the 6 family.

However, if you maintain tools developed on Scilab, or rely on Scilab for your 
own developments, it is the right moment to look at it, in particular to 
evaluate the upgrade of toolboxes you have developed.

Please see the release notes for details and download information. Also, please 
provide feedback via the mailing lists, and report bugs on the bug tracker. 
Thank you!

François Granade
francois.gran...@scilab-enterprises.com
+33(0)1 80 77 04 60
http://www.scilab-enterprises.com - http://www.scilab.org



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Image comparison

2015-12-01 Thread Ronald Michaels

Subtract one from the other.

On 12/01/2015 06:37 AM, Lavitha Pereira wrote:

Hi,

I Have two images obtained doing same operations in *Matlab and 
Scilab*. Is there any way to know the pixel differences of these 2 
images?.


The image used has dimension of 640*480.


Thanks & Regards,
Lavitha M. Pereira


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



--
Ronald Michaels PhD
Technical Director
Phenotype Screening Corporation
http://www.phenotypescreening.com/
cell: 865 235 5854

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Image comparison

2015-12-01 Thread jasper van baten
Load both images back into Matlab or Scilab and compare them, e.g. by
subtraction?

Best wishes,

Jasper.

On 12/1/2015 12:37, Lavitha Pereira wrote:
> Hi,
>
> I Have two images obtained doing same operations in *Matlab and
> Scilab*. Is there any way to know the pixel differences of these 2
> images?.
>
> The image used has dimension of 640*480.
>
>
> Thanks & Regards,
> Lavitha M. Pereira
>
>
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Set default working directory at start

2015-12-01 Thread Serge Steer


You can create a scilab.ini file the directory pointed to by the Scilab 
variable SCIHOME. The Scilab instructions stored in the scilab.ini file 
are executed eac time Scilab is loaded.


Serge Steer

Le 01/12/2015 12:09, Lester Anderson a écrit :

Hello,

A basic query, but how can I make sure that the default starting
directory is set to say c:\programs\scilab_work ?  Every time Scilab
starts it is deafulted to c:\windows\system32\ - there is no
preference option to set this in 5.4.1 (windows 64-bit).

I can change to the working directory fine, but it can be time
consuming if you have long paths to deal with.

There is no scilab.ini file - and not sure what would go in this if it
is required.

Thanks

Lester
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Set default working directory at start

2015-12-01 Thread sgougeon
This feature has been added to Preferences in Scilab 5.5. You may upgrade to 
5.5.2.
It then allows as well to set the starting directory equal to the one that 
Scilab left in the previous session.
Very handy.

Samuel Gougeon
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Set default working directory at start

2015-12-01 Thread Lester Anderson
Hello,

A basic query, but how can I make sure that the default starting
directory is set to say c:\programs\scilab_work ?  Every time Scilab
starts it is deafulted to c:\windows\system32\ - there is no
preference option to set this in 5.4.1 (windows 64-bit).

I can change to the working directory fine, but it can be time
consuming if you have long paths to deal with.

There is no scilab.ini file - and not sure what would go in this if it
is required.

Thanks

Lester
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Regarding calling a scilab macro in Cpp gateway

2015-12-01 Thread Harpreet Singh Rathore
Hey,

I have been trying to call a Scilab Macro in Cpp gateway. I have gone
through the following help
http://help.scilab.org/docs/5.3.3/en_US/CallingAScilabFunctionFromACInterface.html

But I think this is obsolete and it also shows a warning to use
api_scilab.h. I have been trying to find a documentation but it was futile.

-- 
Thanks and Regards
Harpreet Singh
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Image comparison

2015-12-01 Thread Lavitha Pereira
Hi,

I Have two images obtained doing same operations in *Matlab and Scilab*. Is
there any way to know the pixel differences of these 2 images?.

The image used has dimension of 640*480.


Thanks & Regards,
Lavitha M. Pereira
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users