Look at the regress command. You will want something like:
[b,bint,r,rint,stats] = regress(Wind,Year);
stats will contain the p-value that most people use to test whether the tilt is significant.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!