replace an array with another array

19 visualizzazioni (ultimi 30 giorni)
hi all,
I have an array A with dimensions 48x1 and i want to replace the elements 32:41 with another array B (10x1).
how can I do that?
thanks

Risposta accettata

Guillaume
Guillaume il 23 Feb 2017
A(32:41) = B

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by