Build a vector by making 3 copies of the vector vend-to-end rep(v,3) repmat(v,l,3) if v is a row vector; repmat(v,3,l) if v is a column vector.
確定! 回上一頁