Tanya
Posts:
4
Registered:
10/7/12
|
|
Re: How to find the idx of different relative Min values
Posted:
Oct 7, 2012 2:39 PM
|
|
Hi Bruno,
Thank you very much for your beautiful reply! It works perfectly.
I am still not very familiar with Matlab so I was hoping you would be able to explain to me the following line
f = @(r) r(find(D(r)==min(D(r)),1,'first'));
(especially with regards to the "@")
Thanks for your time,
Tanya
|
|