All,

 

Maybe I'm too tired to find a so easy solution, but I don't understand why
the code herebellow does not work .. I want to find the max of each column
while each I've the max of the complete matrix (???)

 

i is a vector ????

 

Paul

 

#####################

A = rand(5,20)

i=[1 : 20]

 

B=zeros(1,20)

B(i) = max(A(:,i))

 

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

Reply via email to