Le 18/02/2013 20:52, fitzyfish a écrit :
Is there a Scilab equivalent for the MATLAB function handle @ to call a
function indirectly e.g.
sqr = @(x) x.^2;

deff('y = sqr(x)','y = x.^2')

Then

-->sqr(2)
 ans  =
    4.

HTH
Samuel

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to