indexing - Getting Matlab to return values in a table based on other values in the same table -


i'm looking date/time in maximum temperature occurs in table 2 columns: date/time , temperature. its:

date/time    temperature 3/4/15 1000  27 3/4/15 1100  28     3/4/15 1200  29   ...          ... 

so in other words how can program spit out date/time in maximum temperature occurs me?


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -