How to find a vector in a matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
M G
el 4 de Sept. de 2013
Comentada: nalja mot
el 25 de Dic. de 2018
Hi all,
Assume a vector:
v = [1:3:1000];
How can I find the number of columns of each value in the vector:
x = [100, 280, 781, 925, 997];
in the bigger vector, v.
I tried:
y = find(x == v)
But no success! Any hint is greatly appreciated :)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!