Mathematica中文论坛-非官方

标题: 豆粑粑 matlab windrose [打印本页]

作者: meatball1982    时间: 2025-11-8 08:56
标题: 豆粑粑 matlab windrose
给小LY画图,找到了一个不相关,但非常漂亮的图windrose
记录一下。
从下面的add下载的。那有说明文档
https://dpereira.asempyme.com/windrose/

  1. clc; clear; close all;
  2. rng(31081987);
  3. [spd, dir] = WindRandomDistrib(8760, 21.15);

  4. Options = {'anglenorth', 0, 'angleeast', 90, 'labels', ...
  5.     {'N (0°)', 'E (90°)', 'S (180°)','W (270°)'}, 'freqlabelangle', 45};
  6. [figure_handle, count, speeds, directions, Table, Others] = WindRose(dir, spd, Options);

复制代码


fig_windrose.png (881.44 KB, 下载次数: 108)

fig_windrose.png

m_files.zip

394.45 KB, 下载次数: 0






欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/) Powered by Discuz! X3.2