maxim = find(CVG.TMAX == max(CVG.TMAX)); % CVG is the name of the data, TMAX is the column of the maximum temp
CVG(maxim,2:10) % i want the 2nd to the 10th column in which the maximum temperature appears displayed
this code displays this answer below, i think i got the answer i was looking for. Thanks

1 Comment
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/476583-how-do-i-find-only-the-specific-date-of-the-maximum-temperature#comment_736369
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/476583-how-do-i-find-only-the-specific-date-of-the-maximum-temperature#comment_736369
Sign in to comment.