Problem 45331. Find the index of elements in a string vector

In the vector of v, find the index of elements specified by a.

v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"];

a = ["Koara","Snake","Dog"];

ans = [2,4,5]

Solution Stats

74.47% Correct | 25.53% Incorrect
Last Solution submitted on Oct 25, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers32

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!