Store values of different sizes in a single array matlab -
i want store sift points of dataset in single array in matlab. there easy way this? equivalent of vector c++?
one way adopted initialize array of size 10000 features ( assuming there's no image gives points), has limitations , not robust. if can suggest better way, of great help. in advance
if want declare variable of changing size, don't need worry storage allocation in matlab... in fact, not need define size of variable in matlab before using it...
Comments
Post a Comment