[Scilab-users] Scilab versus matlab

Iurie iurcic at gmail.com
Tue May 13 11:43:13 CEST 2014


btw is there a way to see what bibliotecs exist in matlab and does not
exist in scilab?
for example in matlab we have Partial Differential Equation module but not
yet in scilab




On Tue, May 13, 2014 at 10:16 AM, Dang, Christophe <
Christophe.Dang at sidel.com> wrote:

> Hello,
>
> > De : Patrick Seeboerger
> > Envoyé : lundi 12 mai 2014 20:27
> >
> > So when I write an argumental function in Matlab I can write it for
> > example like:
> >
> > U_q=@(f_u) k_U*2*pi*f_u;
>
> I'm not a Matlaber, but a quick search on the Mathwork website tells me
> you're trying to deine an anonymous function, right?
>
> I don't think such things exist in Scilab.
>
> You can define the function with
>
> function [y]=U_q(f_U)
>     y = k_U*2*%pi*f_U
> endfunction
>
> or with
>
> deff("y = U_q(f_U)", "y = k_U*2*%pi*f_U")
>
> Now, if it is important for you to have an anonymous function and not a
> "normal" function, you should tell us why so we can give you the "right"
> solution.
>
> HTH
>
> --
> Christophe Dang Ngoc Chan
> Mechanical calculation engineer
>
> ______________________________________________________________________
>
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error),
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden.
> ______________________________________________________________________
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140513/e44a8502/attachment.htm>


More information about the users mailing list