I have a settlement of distance 139 X 143896. we have to mislay 6000
columns from it.Currently we am controlling a for loop to do it and it is
unequivocally slow.Is there any faster proceed to do this?for
i=1:length(ind) %ind are a indices of a columns to be private
col1=ind(i); mat(:,col1)=[];endAny assistance is severely welcome.
No comments:
Post a Comment