For an existing vector x, you can assign a new element to the end using direct indexing. For example · x = [1 2 3] ; or · x(end+1) = 4; ; Another way to add an ...
確定! 回上一頁