Is this homework? If not, post the data. You might try something like
goodDayIndexes = (aveTemp > 2) & (precipitation < 1)
firstIndex = find(goodDayIndexes, 1, 'first') % The first day that is good to plant.
Otherwise, if it's homework, read this:
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!