[Scilab-users] applying a function to each element

Frieder Nikolaisen Frieder.Nikolaisen at student.hs-rm.de
Wed May 10 13:24:28 CEST 2017


 

Hello, 

I have to matrices: 

A = [1; 2; 2]
B = [3; 3; 1]

I
looking for get matric with having only the larger Elemtns: 

C = [3; 3;
2]

Is there function to make to apply functions to eacth element. 

C =
[ if A .> B then A else B] elemtwise. 

A for loop is to slow. 

Thanks
a lot. 

Cheers
Frieder 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170510/7be19265/attachment.htm>


More information about the users mailing list