Hi,
I would be grateful for some help for beginner user :
I have a matrix :
m1 = [ 1, 2, 3;
4, 5, 6;
7, 8, 9]; // A 3 by 3 matrix
And I would like to seek a specific number (6) and get values from row where '6' exists ?
Is in hypermath a dedicated function for searching inside the matrix ? or how to do it different ?
Thanks in advance