Relation between two vectors elements
Mostrar comentarios más antiguos
Hi all,
suppose I have two vectors:
A = [1 2 3 4 5 6 7 8 9 10];
B = [4 7 8 2 1 10 3 5 9 6];
Ho can I say, the first element in B is the fourth element in A? In other workds, look at each element in B, what is its position/order/index in A? How can I establish a connection between both vectors' elements?
Thanks.
Respuesta aceptada
Más respuestas (1)
Geoff Hayes
el 30 de Mzo. de 2022
0 votos
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!