haibaraxx的个人博客分享 http://blog.sciencenet.cn/u/haibaraxx

博文

Matlab: figure

已有 1880 次阅读 2016-12-21 23:19 |个人分类:Matlab|系统分类:科研笔记| figure


for i=1:100:length(time)-100
figure(7);
f7=plot(time(i:i+100),c_tscorr(i:i+100,12),'k.'); %!modify file name
xlabel('time','fontsize',14);
datetick('x', 'HH:MM', 'keepticks');
ylabel('c_m_e_a_s(443) (m^-^1)','fontsize',14);
pause(5)
end



https://wap.sciencenet.cn/blog-3031432-1022322.html

上一篇:Perl: check if Perl is installed in your computer
下一篇:mac: homebrew - The missing package manager for macOS
收藏 IP: 134.1.1.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-21 03:50

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部