Search
Description
Assignments with index expressions work for column/row indexing but not for linear indexing. Therefore the assignment M[range(5,8):0 fails.
The same assignment works, if a variable of the same contents is used.
smath (Wednesday, March 21, 2018 7:54 PM) #
Thank you! Fixed.