how to repeat specific rows?

Risposte (1)

Jos (10584)
Jos (10584) il 4 Mar 2014
Something like this?
C = {'hello' ; rand(2,3) ; 1:5, 6}
ix = [1 1 2 3 3 3 4]
C = C(ix)

Tag

Richiesto:

il 4 Mar 2014

Risposto:

il 4 Mar 2014

Community Treasure Hunt

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

Start Hunting!

Translated by