What for ?
Your someVector_%d objects won't be accessible outside the loop because they have local scope.
Whatever you want to do with these, you can do with an array or vector of vector<float> s.