<div dir="ltr"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear NCL experts, </div><div><br></div><div>I am trying to get a field in a 2D array after sorting. Is there a way to extract the "fourth column" (<b style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">(0,4)<span style="white-space:pre">    </span>198920 in the sample below)</b>, for example in the 2D array. I tried using the <b>str_get_field </b>function, but it does not work for this case.</div><div><br></div><div>Any suggestion on how to do this correctly?</div><div><br></div><div><br></div><div>These are the commands that I am using:</div><div><br></div><div><div>filename="test.txt"</div><div>test=readAsciiTable(filename,9,"float",1)</div><div>i=dim_pqsort_n(test(:,0),1,0)</div><div>Aout=test(i,:)</div><div>print(Aout)</div></div><div><br></div><div><div>Variable: Aout</div><div>Type: float</div><div>Total Size: 39528 bytes</div><div>            9882 values</div><div>Number of Dimensions: 2</div><div>Dimensions and sizes:<span style="white-space:pre">      </span>[1098] x [9]</div><div>Coordinates: </div><div>Number Of Attributes: 1</div><div>  _FillValue :<span style="white-space:pre">        </span>9.96921e+36</div><div>(0,0)<span style="white-space:pre">      </span> 0</div><div>(0,1)<span style="white-space:pre">       </span>26.1</div><div>(0,2)<span style="white-space:pre">     </span>130</div><div>(0,3)<span style="white-space:pre">      </span>40</div><div><b>(0,4)<span style="white-space:pre">      </span>198920</b></div><div>(0,5)<span style="white-space:pre"> </span>20</div><div>(0,6)<span style="white-space:pre">       </span>1989</div><div>(0,7)<span style="white-space:pre">     </span> 8</div><div>(0,8)<span style="white-space:pre">       </span>26</div><div>(1,0)<span style="white-space:pre">       </span> 0</div><div>(1,1)<span style="white-space:pre">       </span>28.7</div><div>(1,2)<span style="white-space:pre">     </span>122.9</div></div><div><br></div><div><br></div><div>I'll appreciate any help.</div><div><br></div><div><br></div><div>Sincerely,</div><div><br></div><div>Lyndz</div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div>