Vector search in a loop?

Hi!
How do i accomplish this, please?'
For exampel: I have d=[1 22 31 41 51 6 7 8 9 10]; z=[1 2 3 4 5 6 7 8 9 10];
Now, i want to search in d for a value of 41. Then, give me that position, which in this case is on fourth column, hence i = 4
Now, go into the z vector and find me the value of column 4 and take that value and place it into Z vector :)
Best regards, Daniel

Answers (1)

Categories

Find more on Physics in Help Center and File Exchange

Tags

Asked:

on 9 Sep 2016

Answered:

on 9 Sep 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!