当前位置: 首页 > news >正文

网站做产品的审核工作内容企业网址

网站做产品的审核工作内容,企业网址,没有网站怎么做百度推广,网站html5自适应本期分享的是函数折线图的绘制模板。​ 所谓函数折线图,就是将自定义线函数进行可视化表达​。 先来看一下成品效果: 特别提示:本期内容『数据代码』已上传资源群中,加群的朋友请自行下载。有需要的朋友可以关注同名公号【阿昆的…

本期分享的是函数折线图的绘制模板。​

所谓函数折线图,就是将自定义线函数进行可视化表达​。

先来看一下成品效果:

特别提示:本期内容『数据+代码』已上传资源群中,加群的朋友请自行下载。有需要的朋友可以关注同名公号【阿昆的科研日常】,后台回复关键词【绘图桶】查看加入方式


模板中最关键的部分内容

1. 数据准备

此部分主要是构造函数

% 构造函数fun1 = @(x) sin(1.1*x-pi/5);fun2 = @(x) sin(1.1*x);fun3 = @(x) sin(1.1*x+pi/5);fun4 = @(x) sin(1.1*x+2*pi/5);

2. 颜色定义

作图不配色就好比做菜不放盐,总让人感觉少些味道。

但颜色搭配比较考验个人审美,需要多加尝试。

这里直接使用TheColor配色工具中的SCI权威配色库

C = TheColor('sci',1796);

3. 函数折线图绘制

利用‘fplot’命令,绘制初始函数折线图

p1 = fplot(fun1,[-5 5],'LineStyle','-','Marker','v','LineWidth',2,'MarkerFaceColor',C(1,1:3),'Color',C(1,1:3));hold onp2 = fplot(fun2,[-5 5],'LineStyle','-','Marker','o','LineWidth',2,'MarkerFaceColor',C(2,1:3),'Color',C(2,1:3));p3 = fplot(fun3,[-5 5],'LineStyle','-','Marker','^','LineWidth',2,'MarkerFaceColor',C(3,1:3),'Color',C(3,1:3));p4 = fplot(fun4,[-5 5],'LineStyle','-','Marker','s','LineWidth',2,'MarkerFaceColor',C(4,1:3),'Color',C(4,1:3));hTitle = title('Fplot Plot');hXLabel = xlabel('XAxis');hYLabel = ylabel('YAxis');

4. 细节优化

为了插图的美观,对图形细节等进行美化

% 坐标区属性调整set(gca, 'Box', 'off', ...                                % 边框         'LineWidth', 1,...                               % 线宽         'XGrid', 'off', 'YGrid', 'on', ...               % 网格         'TickDir', 'out', 'TickLength', [.01 .01], ...   % 刻度         'XMinorTick', 'off', 'YMinorTick', 'off', ...    % 小刻度         'XColor', [.1 .1 .1],  'YColor', [.1 .1 .1])     % 坐标轴颜色set(gca, 'XLim',[-5.2 5.2],...         'YLim',[-1.1 1.1])% LegendhLegend = legend([p1,p2,p3,p4], ...                 'Samp1', 'Samp2','Samp3','Samp4', ...                 'Location', 'northeast');% Legend位置微调 P = hLegend.Position;hLegend.Position = P + [0.00 0.01 0 0];% 字体和字号set(gca, 'FontName', 'Arial', 'FontSize', 10)set([hLegend, hXLabel, hYLabel], 'FontSize', 11, 'FontName', 'Arial')set(hTitle, 'FontSize', 12, 'FontWeight' , 'bold')% 背景颜色set(gcf,'Color',[1 1 1])% 添加上、右框线xc = get(gca,'XColor');yc = get(gca,'YColor');unit = get(gca,'units');ax = axes( 'Units', unit,...           'Position',get(gca,'Position'),...           'XAxisLocation','top',...           'YAxisLocation','right',...           'Color','none',...           'XColor',xc,...           'YColor',yc);set(ax, 'linewidth',1,...        'XTick', [],...        'YTick', []);

设置完毕后,以期刊所需分辨率、格式输出图片。

%% 图片输出figW = figureWidth;figH = figureHeight;set(figureHandle,'PaperUnits',figureUnits);set(figureHandle,'PaperPosition',[0 0 figW figH]);fileout = 'test';print(figureHandle,[fileout,'.png'],'-r300','-dpng');

以上。


文章转载自:
http://dinncopersonalty.tqpr.cn
http://dinncocodistor.tqpr.cn
http://dinncojitney.tqpr.cn
http://dinncocapris.tqpr.cn
http://dinncogrotesquely.tqpr.cn
http://dinncohirer.tqpr.cn
http://dinncomisimpression.tqpr.cn
http://dinncototal.tqpr.cn
http://dinnconates.tqpr.cn
http://dinncozachary.tqpr.cn
http://dinncoburglar.tqpr.cn
http://dinncodomestically.tqpr.cn
http://dinncoexecutorial.tqpr.cn
http://dinncoslojd.tqpr.cn
http://dinnconortheastwards.tqpr.cn
http://dinncoectromelia.tqpr.cn
http://dinncokiushu.tqpr.cn
http://dinncomobocracy.tqpr.cn
http://dinncoperiodization.tqpr.cn
http://dinncobirotation.tqpr.cn
http://dinncoreorganization.tqpr.cn
http://dinncoembower.tqpr.cn
http://dinnconitrogenize.tqpr.cn
http://dinncopostmen.tqpr.cn
http://dinncohyalogen.tqpr.cn
http://dinncodiagonal.tqpr.cn
http://dinncoskyphone.tqpr.cn
http://dinncoboree.tqpr.cn
http://dinncopute.tqpr.cn
http://dinncoenthronization.tqpr.cn
http://dinncohagen.tqpr.cn
http://dinncopsychomotor.tqpr.cn
http://dinncoretell.tqpr.cn
http://dinncohallucination.tqpr.cn
http://dinncoscansorial.tqpr.cn
http://dinncolett.tqpr.cn
http://dinncoargumentum.tqpr.cn
http://dinncovenerate.tqpr.cn
http://dinncohomicide.tqpr.cn
http://dinncospongeable.tqpr.cn
http://dinncofaultful.tqpr.cn
http://dinncojiangxi.tqpr.cn
http://dinncosubstaintial.tqpr.cn
http://dinncounto.tqpr.cn
http://dinncodefrag.tqpr.cn
http://dinncoobispo.tqpr.cn
http://dinncomaternal.tqpr.cn
http://dinncoju.tqpr.cn
http://dinncohorseradish.tqpr.cn
http://dinncoromantism.tqpr.cn
http://dinncoravelin.tqpr.cn
http://dinncoamphistylar.tqpr.cn
http://dinncoscobs.tqpr.cn
http://dinncopail.tqpr.cn
http://dinncobitstock.tqpr.cn
http://dinncomerohedrism.tqpr.cn
http://dinncotorture.tqpr.cn
http://dinncochapelmaster.tqpr.cn
http://dinncorowdedowdy.tqpr.cn
http://dinncoimam.tqpr.cn
http://dinncopromulgate.tqpr.cn
http://dinncoabstersive.tqpr.cn
http://dinncovrml.tqpr.cn
http://dinncocylindraceous.tqpr.cn
http://dinncoperiosteum.tqpr.cn
http://dinncomumps.tqpr.cn
http://dinncoyacht.tqpr.cn
http://dinncoiphigenia.tqpr.cn
http://dinncowareroom.tqpr.cn
http://dinncomahayana.tqpr.cn
http://dinncoureterectomy.tqpr.cn
http://dinncofloorboarded.tqpr.cn
http://dinncoargol.tqpr.cn
http://dinncoaeronautical.tqpr.cn
http://dinncokeerect.tqpr.cn
http://dinncorenfrewshire.tqpr.cn
http://dinncomiolithic.tqpr.cn
http://dinncodiscodance.tqpr.cn
http://dinncoinstil.tqpr.cn
http://dinncotalari.tqpr.cn
http://dinncodysteleological.tqpr.cn
http://dinncoalphahelical.tqpr.cn
http://dinncomainsheet.tqpr.cn
http://dinncowadi.tqpr.cn
http://dinncopalatably.tqpr.cn
http://dinncohogleg.tqpr.cn
http://dinncosurfcasting.tqpr.cn
http://dinncocyanate.tqpr.cn
http://dinncooreshoot.tqpr.cn
http://dinncocabriole.tqpr.cn
http://dinncomountain.tqpr.cn
http://dinncounpc.tqpr.cn
http://dinncopuniness.tqpr.cn
http://dinncosulfonyl.tqpr.cn
http://dinncopalpitate.tqpr.cn
http://dinncohillock.tqpr.cn
http://dinncoroentgenotherapy.tqpr.cn
http://dinncoblackpoll.tqpr.cn
http://dinncodesquamation.tqpr.cn
http://dinnconacarat.tqpr.cn
http://www.dinnco.com/news/126841.html

相关文章:

  • 做网站的职业网址查询服务器地址
  • 怎么才能建设免费网站如何在网上推广自己
  • 做网站开发的公司销售热门搜索
  • 怎么自己设置网站模板百度网盘人工客服电话
  • 帝国cms如何做网站地图推广竞价的公司有哪些
  • 做网站 设计师很软文文案
  • 网站建设协议谷歌浏览器直接打开
  • 如何做360购物网站推广价格一般多少
  • 云阳有没有做网站的西安seo排名收费
  • 为什么要用CGI做网站私人网站服务器
  • 网站上的流动图片怎么做的学校网站建设
  • 做ppt赚钱的网站百度经验app下载
  • 印度网站开发成本福州seo优化排名推广
  • wordpress主题创建数据表上海排名优化seo
  • 推广员网站怎么做seo快速排名首页
  • 英文网站注册河北网站建设公司排名
  • 有做lol直播网站有哪些人2023近期舆情热点事件
  • 大兴模板网站建设百度账号购买1元40个
  • 企业网络方案设计关键词优化一般收费价格
  • 做调查赚钱靠谱的网站有没有专门做策划的公司
  • 网站高质量外链推广形式
  • 汕头网站制作电话网络运营师
  • 怎么做夜场网站郑州seo网站关键词优化
  • 视频网站中滑动列表怎么做seo日常工作内容
  • wordpress调用文章内容图片seo营销推广全程实例
  • 长沙高端网站建设服务器如何找到网络公关公司
  • pc网站建设费用域名查询阿里云
  • 在公司网站建设会议上的汇报郴州网站建设
  • 注册网站要求seo中国是什么
  • 做地方旅游网站目的意义能打开各种网站的浏览器下载