bit mapping
Show older comments
lets A =[ 1 1 0 after dng some steps i got z=[ 0.2345 1 0 1 1.456 0 0 1 0.0673 . . . ..... . . . ...... . . . ..... 1 1 0] 6.987]
both A and Z have 90 rows in each .now for least value of Z i need to take co-responding value as my out put so can u help me. from above my out is 0 0 1. can any one help me out please
3 Comments
mahaveer hanuman
on 23 Jun 2011
Sean de Wolski
on 23 Jun 2011
The answer is in your identical post here:
http://www.mathworks.com/matlabcentral/answers/10135-euclidean-distance-output
Combine that with my hint below.
mahaveer hanuman
on 23 Jun 2011
Answers (1)
Sean de Wolski
on 23 Jun 2011
0 votes
I just answered this in your duplicate post. Change the max function to min everything else is identical.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!