ご記入の内容からでは、データの構造を把握しきれなかったので、見当違いな回答かもしれません。
上記のコードで5m/sを超えた時の回数を計算できているのでしたら、
Windspeed_all = WindSpeed>=0
とすれば、全速度の回数(計測回数?)が計測できると思いますので、これでWindspeed2を割れば、
5m/sを超すときの確率を計算できるのではないでしょうか。
(5m/sを超すときの回数 / 全計測回数 = 5m/sを超す確率)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!