Append rows at the end of Matrix. Learn more about append rows. ... b=[5 5 5]. c=[a;b]% add one row. c=[a;repmat(b,7,1)] %add 7rows ...
確定! 回上一頁