From: <mv...@uv...> - 2009-10-24 21:02:55
|
Hi, I was wondering if there is an easy way to extend or reshape a matrix. For example... If I had a vector of length 10000 (shape=(1,10000)), then wanted to insert a new element at position 11000 without creating an entirely new vector to store it. I've looked at the Docs, and messed around with the package but was unable to find a simple way to do this. Any tips would be appreaciated. Thanks, Matt |