1 Star 1 Fork 1

slandarer/MATLAB spiral diagram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spiralDemo3.m 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
slandarer 提交于 2024-05-01 20:52 . add & push by Matlab
% spiral demo3
% ----------------------
% @author : slandarer
% 公众号 : slandarer随笔
% 知乎 : slandarer
figure('Units','normalized', 'Position',[.1,.1,.6,.75])
% Create spiral-axes
SS2 = SSpiral(gca);
SS2.set('TLim',[0,2*360+180], 'XLim',[0,200]+.5, 'YLim',[0,1], 'XTick',0:5:200)
% Set background color to light-blue
SS2.set('BackgroundColor',[228,243,245]./255)
X = rand(1,200);
SS2.bar(X, 'FaceColor',[253,193,202]./255, 'EdgeColor','w');
% Set tick-labels font
SS2.set('TickLabelFont', {'FontSize',10, 'FontName','Times New Roman', 'Color',[0,0,.5]})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/slandarer/matlab-spiral-diagram.git
git@gitee.com:slandarer/matlab-spiral-diagram.git
slandarer
matlab-spiral-diagram
MATLAB spiral diagram
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385