Assign one array elements as values to another array
Ältere Kommentare anzeigen
A = [111,222,333,....] is 1x48 matrix B = [-13,3,4,35,....] is 1x 48 matrix
i want to assign values of B array to A like wherever 111 is there 111=-13,222=3,etc..........
thank you
Antworten (1)
Kategorien
Mehr zu Logical 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!