<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>&nbsp; I need to get the index of the maximum value at each location.&nbsp;</div><div>&nbsp;&nbsp;</div><div>It turns out the following loop is very slow! &nbsp; &nbsp; (i,j loop between 0-1000)</div><div><br></div><div>&nbsp; do j = &nbsp;0, dimlc(0)-1</div><div>&nbsp; &nbsp; print("working on row "+j)</div><div>&nbsp; &nbsp; do &nbsp;i = &nbsp;0, dimlc(1)-1</div><div>&nbsp; &nbsp; &nbsp;Time_mpr(j,i) = maxind(mpr(:,j,i))</div><div>&nbsp; &nbsp;end do ;</div><div>&nbsp; end do ;</div><div><br></div><div><br></div><div>Better approach to do this quicker?&nbsp;</div><div><br></div><div>Thanks</div><div>Xiaoming&nbsp;</div>                                               </div></body>
</html>