Advertisement
Guest User

Untitled

a guest
May 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. [max_values row_indices] = max(magic(5));
  2. [max_values col_index] = max(row_indices);
  3. row_index = row_indices(col_index);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement