我是靠谱客的博主 繁荣金毛,最近开发中收集的这篇文章主要介绍Matlab图形的线型、标记、颜色Abstract一、LineStyle二、Marker三、Color / MakerColor,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
Directory
- Abstract
- 一、LineStyle
- 二、Marker
- 三、Color / MakerColor
Abstract
This blog is to illustrate the usage of disp(), sprintf(), and fprintf() in plot() in Matlab. The examples are given as follows.一、LineStyle
LineStyle | Explanation |
---|---|
- | 实线(默认) |
– | 双划线 |
: | 虚线 |
:. | 点划线 |
二、Marker
Sign | Explanation |
---|---|
+ | 加号符 |
o | 空心圆 |
* | 星号 |
. | 实心圆 |
x | 叉号符 |
s(square) | 正方形 |
d | 菱形 |
^ | 上三角形 |
v | 下三角形 |
> | 右三角形 |
< | 左三角形 |
p(pentagram) | 五角星 |
h(hexagram) | 六边形 |
square | 正方形 |
pentagram | 五角形 |
hexagram | 六角形 |
三、Color / MakerColor
Sign | Explanation |
---|---|
r(red) | 红色 |
g(green) | 绿色 |
b(blue) | 蓝色 |
c(cyan) | 青绿色 |
m(magenta) | 洋红色 |
y(yellow) | 黄色 |
k(black) | 黑色 |
w(white) | 白色 |
最后
以上就是繁荣金毛为你收集整理的Matlab图形的线型、标记、颜色Abstract一、LineStyle二、Marker三、Color / MakerColor的全部内容,希望文章能够帮你解决Matlab图形的线型、标记、颜色Abstract一、LineStyle二、Marker三、Color / MakerColor所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复