MATLAB/Octave, Python, Description. [a a], concatenate((a,a)), 1 2 3, 1 2 3. a.repeat(3) or, 1 1 1, 2 2 2, 3 3 3. a.repeat(a) or, 1, 2 2, 3 3 3 ...
確定! 回上一頁