Mathematica中文论坛-非官方

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 982|回复: 0

豆粑粑 matlab windrose

[复制链接]

593

主题

678

帖子

3462

积分

论坛元老

Rank: 8Rank: 8

积分
3462
发表于 2025-11-8 08:56:32 | 显示全部楼层 |阅读模式
给小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

m_files.zip

394.45 KB, 下载次数: 0

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|Mathematica中文论坛-非官方 ( 辽ICP备16001491号-1

GMT+8, 2025-12-5 16:51 , Processed in 0.106671 second(s), 29 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表