
Octave Tutorial 2
... extracts, from the second row, all the elements between the first and the third column (included). Try it! To extract an entire row or column, use the colon : operator like this, octave#:#> X(1,:) This will extract the first row of the matrix X. In this notation, the : operator refers to all the ele ...
... extracts, from the second row, all the elements between the first and the third column (included). Try it! To extract an entire row or column, use the colon : operator like this, octave#:#> X(1,:) This will extract the first row of the matrix X. In this notation, the : operator refers to all the ele ...