Is there a way to perform row wise operations on matrices in octave ?
I have a (mXn) matrix of integers, can i obtain a m dimensional vector where each element is the maximum element of the corresponding row ? How can i do this in octave ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In matlab, for a 2D array
A, this would beand if you want to know the index of found the value: