lets say if A is a matrix 3x10 and A(:,i) will return a column vector of 3x1. do you know how I could use A(:,i) to get the specific element for eg 1st element (1x1) or 2nd element (2x1) of that column ?
@srkgalaxy824 Жыл бұрын
Thanks ALOT!
@yare219128 күн бұрын
How to index elements that are not in the same row or column? For example: 2,1 and 3,3