| Author |
Comment/Response |
Rob
|
01/25/13 3:47pm
Hello,
I want to extract elements from a matrix with foo[[1 ;; 2, 3 ;; 6]]
However, this function yields an error when indices are out of bounds, i. e. my matrix has not enough rows/cols.
How do I ignore indices that are out of bounds?
URL: , |
|