Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
See if the attached file helps!
You may replace the "R" after "if k>=O" by "csort(R,O)" if that suits your need better.
See if the attached file helps!
You may replace the "R" after "if k>=O" by "csort(R,O)" if that suits your need better.
Thank you for that. How can I also choose one that does not match?
@ppal wrote:
Thank you for that. How can I also choose one that does not match?
Not sure what you mean???
All the combination of two indices which are NOT in the list my program return correspond to values which are farther apart than the tolerance given.
Here is a shorter version of the above with a third function argument.
If the last argument is 1, the function works as the one given above, returning the indices of all pairs which are closer or equal to "tol".
If the third argument is 0, the function returns the indices corresponding to all pair of vector elements which are farther apart than "tol".
Not sure if thats what you had in mind.
What I meant was:
Select 1000
select 4000
Elegant!
I think I may also be able to use an outlier function.