[Scilab-Dev] Scifunction equivalent in Scilab 6 API ?

Johan Wesselink johanwesselink23 at gmail.com
Fri Feb 23 18:29:22 CET 2018


Hi,

Check the older version from Scilab 5.5.2
The example in the documentation can be found at:
https://help.scilab.org/docs/5.5.2/en_US/api_scilab_getting_started.html

For the new version Scilab 6.0.1
The same example, but adapted for the new API can be found at
https://help.scilab.org/docs/6.0.1/en_US/api_scilab_getting_started.html

It looks to me that they are quiet different. The 6.0 API is more closely
to the
matlab interface mex-file. (If I remember it correctly, was some years ago
I used matlab)
Also you needs less code to realize the same interface.
Overall for me it looks a lot cleaner.

But that's just my impression.

What I understood from it is, that you can also use the old interface. Many
old function such as plot
still use this style API.

Happy coding.



2018-02-23 14:17 GMT-03:00 Stéphane Mottelet <stephane.mottelet at utc.fr>:

> Hello,
>
> Currently trying to port a Scilab interface to Scilab 6 standards, I did
> try to find the equivalent of the deprecated Scifunction ? What is the new
> function and where is documented ?
>
> Thanks in advance
>
> S.
>
> --
> Stéphane Mottelet
> Ingénieur de recherche
> EA 4297 Transformations Intégrées de la Matière Renouvelable
> Département Génie des Procédés Industriels
> Sorbonne Universités - Université de Technologie de Compiègne
> CS 60319, 60203 Compiègne cedex
> Tel : +33(0)344234688
> http://www.utc.fr/~mottelet
>
> _______________________________________________
> dev mailing list
> dev at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20180223/18b97a51/attachment.htm>


More information about the dev mailing list