update vector with nubers from another vector
Ältere Kommentare anzeigen
Hi
I have a vector A = [ 2 4 6 10 15] and another vector B = [2.43 2.3 12 5.1]
How can I transform so that B = [2 2 10 6] with the help of A.
2 Kommentare
the cyclist
am 28 Nov. 2019
Is the rule that for each value in B, you want the closest value in A?
Karl Persson
am 28 Nov. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!