Thursday, 8 August 2013

How can I overload find function in Matlab

How can I overload find function in Matlab

Can I overload find function in Matlab?
As you know: ind = find(X) locates allnonzero elements of array X, and
returns the linear indices ofthose elements in vector ind.
But when X is array of object, how can I use find function to findout
elements based on these properties ?

No comments:

Post a Comment