Den 11.04.2011 02:01, skrev David Crisp: > Can anybody guide me through this problem? >
You must use dtype=object for the array vegetation_matrix. You also index vegetation_matrix wrong, use x[i,j] not x[i][j]. Sturla _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
