楼主: oliyiyi
1606 2

matlab2tikz的logo绘制 [推广有奖]

版主

泰斗

0%

还不是VIP/贵宾

-

TA的文库  其他...

计量文库

威望
7
论坛币
271951 个
通用积分
31269.3519
学术水平
1435 点
热心指数
1554 点
信用等级
1345 点
经验
383775 点
帖子
9598
精华
66
在线时间
5468 小时
注册时间
2007-5-21
最后登录
2024-4-18

初级学术勋章 初级热心勋章 初级信用勋章 中级信用勋章 中级学术勋章 中级热心勋章 高级热心勋章 高级学术勋章 高级信用勋章 特级热心勋章 特级学术勋章 特级信用勋章

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
matlab2tikz 支持把matlab绘制的二维图或者三维图,转换为tikz的绘图代码,可以到其官网查看。有用户就开始尝试绘制matlab2tikz的logo了,这个帖子的讨论还是非常不错,或许对于我们设计属于自己的logo有所帮助。


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:MATLAB atlab matla LOGO Atl

缺少币币的网友请访问有奖回帖集合
https://bbs.pinggu.org/thread-3990750-1-1.html
沙发
oliyiyi 发表于 2015-12-18 21:15:38 |只看作者 |坛友微信交流群
  1. \documentclass[tikz,margin=0pt,dvipsnames]{standalone}
  2. \usetikzlibrary{decorations, decorations.text,shadows}
  3. \begin{document}
  4. \begin{tikzpicture}
  5. \node[draw=white,line width=4pt,rounded corners = 10pt,fill=Orange!20,anchor=south west,inner sep=-1pt,outer sep=0pt] (image) at (0,0) {\includegraphics[width=4cm]{logo2}}; %% Matlab-Logo or membrane1
  6. \begin{scope}[
  7. x={(image.south east)},
  8. y={(image.north west)}
  9. ]
  10. \path[anchor=west, postaction={
  11. decoration={raise=.37ex,
  12. text along path,
  13. text format delimiters={|}{|},
  14. text={%
  15. |\bfseries\footnotesize\color{red!70!black}|
  16. matlab2tikz
  17. },
  18. text align=center,
  19. reverse path
  20. },
  21. decorate
  22. }
  23. ]
  24. (0.55,0.85) arc (80:180:1.5cm); % (0,.45) -- (.6,.88);
  25. \node[draw=Goldenrod!50!red,double,fill=olive!20,drop shadow,anchor=south] (tikz) at (0.8,0.045) {\LARGE Ti\textit{\color{orange}k}Z};
  26. \node[draw=Blue!50!red,double,fill=blue!10,anchor=south] (matlab) at (0.2,0.25) {\fontsize{3}{4}\selectfont\scshape Matlab};
  27. \path[line cap = rect,color = Red!80!green,-latex, line width=1] (matlab.east) edge[out=0,in=180,opacity = 1] (tikz.west);
  28. \end{scope}
  29. \end{tikzpicture}
  30. \end{document}
复制代码

使用道具

藤椅
oliyiyi 发表于 2015-12-18 21:16:37 |只看作者 |坛友微信交流群
  1. \documentclass[tikz,margin=0pt,dvipsnames]{standalone}
  2. \usetikzlibrary{decorations, decorations.text,shadows}
  3. \begin{document}
  4. \begin{tikzpicture}
  5. \node[draw=white,line width=4pt,rounded corners = 10pt,fill=Orange!20,anchor=south west,inner sep=-1pt,outer sep=0pt] (image) at (0,0) {\includegraphics[width=4cm]{logo2}}; %% Matlab-Logo or membrane1
  6. \begin{scope}[
  7. x={(image.south east)},
  8. y={(image.north west)}
  9. ]
  10. \path[anchor=west, postaction={
  11. decoration={raise=.37ex,
  12. text along path,
  13. text format delimiters={|}{|},
  14. text={%
  15. |\bfseries\footnotesize\color{red!70!black}|
  16. matlab2tikz
  17. },
  18. text align=center,
  19. reverse path
  20. },
  21. decorate
  22. }
  23. ]
  24. (0.55,0.85) arc (80:180:1.5cm); % (0,.45) -- (.6,.88);
  25. \node[draw=Goldenrod!50!red,double,fill=olive!20,drop shadow,anchor=south] (tikz) at (0.8,0.045) {\LARGE Ti\textit{\color{orange}k}Z};
  26. \node[draw=Blue!50!red,double,fill=blue!10,anchor=south] (matlab) at (0.2,0.25) {\fontsize{3}{4}\selectfont\scshape Matlab};
  27. \path[line cap = rect,color = Red!80!green,-latex, line width=1] (matlab.east) edge[out=0,in=180,opacity = 1] (tikz.west);
  28. \end{scope}
  29. \end{tikzpicture}
  30. \end{document}
复制代码

使用道具

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

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-28 01:09