How to extract the same value from two different variable.
Mostrar comentarios más antiguos
Hai,
I have two matrix
 A = [1 2 3 4 5 6];
B = [1 9 5 6 7 2]; 
 How I suppose to do to get the new matrix that contains the similar value of A and B?
example result: C = [1 2 4 6]
Thank you
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Interpolation 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!