Closed anup12352 closed 1 year ago
Is it possible to access a particular row or column of matrix and perform operation on it only ?
Yes, please read the documentation:
Get the 2nd row of a matrix:
A(1, all)
Get the second column of a matriix
A(all, 1)
Is it possible to access a particular row or column of matrix and perform operation on it only ?