下面是一段matlab程序,画曲线用的。 但不知道最后一句里的”--rs“是什么意思。请教一下大家了!

下面是一段matlab程序,画曲线用的。 但不知道最后一句里的”--rs“是什么意思。请教一下大家了!,第1张

传递给plot的一个曲线绘制参数
matlab help里有解释我使用时一般都默认
色彩字符颜色线型字符线型格式标记符号数据点形式标记符号数据点形式
y 黄- 实线 点< 小于号
m 紫: 点线o 圆s 正方形
c 青- 点划线x 叉号d 菱形
r 红- - 虚线+ 加号h 六角星
g 绿 星号p 五角星
b 蓝v 向下三角形
w 白^ 向上三角形
k 黑> 大于号
>>help plot:
PLOT Linear plot
PLOT(X,Y) plots vector Y versus vector X If X or Y is a matrix,
then the vector is plotted versus the rows or columns of the matrix,
whichever line up If X is a scalar and Y is a vector, disconnected
line objects are created and plotted as discrete points vertically at
X

PLOT(Y) plots the columns of Y versus their index
If Y is complex, PLOT(Y) is equivalent to PLOT(real(Y),imag(Y))
In all other uses of PLOT, the imaginary part is ignored

Various line types, plot symbols and colors may be obtained with
PLOT(X,Y,S) where S is a character string made from one element
from any or all the following 3 columns:

b blue point - solid
g green o circle : dotted
r red x x-mark - dashdot
c cyan + plus -- dashed
m magenta star (none) no line
y yellow s square
k black d diamond
w white v triangle (down)
^ triangle (up)
< triangle (left)
> triangle (right)
p pentagram
h hexagram

For example, PLOT(X,Y,'c+:') plots a cyan dotted line with a plus
at each data point; PLOT(X,Y,'bd') plots blue diamond at each data
point but does not draw any line

PLOT(X1,Y1,S1,X2,Y2,S2,X3,Y3,S3,) combines the plots defined by
the (X,Y,S) triples, where the X's and Y's are vectors or matrices
and the S's are strings

For example, PLOT(X,Y,'y-',X,Y,'go') plots the data twice, with a
solid yellow line interpolating green circles at the data points

The PLOT command, if no color is specified, makes automatic use of
the colors specified by the axes ColorOrder property By default,
PLOT cycles through the colors in the ColorOrder property For
monochrome systems, PLOT cycles over the axes LineStyleOrder property

Note that RGB colors in the ColorOrder property may differ from
similarly-named colors in the (X,Y,S) triples For example, the
second axes ColorOrder property is medium green with RGB [0 5 0],
while PLOT(X,Y,'g') plots a green line with RGB [0 1 0]

If you do not specify a marker type, PLOT uses no marker
If you do not specify a line style, PLOT uses a solid line

PLOT(AX,) plots into the axes with handle AX

PLOT returns a column vector of handles to lineseries objects, one
handle per plotted line

The X,Y pairs, or X,Y,S triples, can be followed by
parameter/value pairs to specify additional properties
of the lines For example, PLOT(X,Y,'LineWidth',2,'Color',[6 0 0])
will create a plot with a dark red line width of 2 points

Example
x = -pi:pi/10:pi;
y = tan(sin(x)) - sin(tan(x));
plot(x,y,'--rs','LineWidth',2,
'MarkerEdgeColor','k',
'MarkerFaceColor','g',
'MarkerSize',10)

欢迎分享,转载请注明来源:品搜搜测评网

原文地址:https://pinsoso.cn/meirong/3806494.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2024-03-23
下一篇2024-03-23

随机推荐

  • 适合女人的护手霜

    推荐以下几款护手霜1、凡士林烟酰胺美白护手霜滋润保湿修护润手霜套装男女通用2、妮维雅男女士深层滋润护手霜保湿补水舒缓湿防裂手膜3、美加净护手霜美白保湿嫩白秋冬季防干裂手油滋润补水女4、瑰珀翠CE护手霜女按压式大瓶新园艺大师滋润保湿嫩白秋冬不

    2024-04-15
    51900
  • deepbio水光焕颜套盒适合多大年龄咋那么便宜

    适合20-30岁,容量方面和知名度方面。1、容量方面。deepbio水光焕颜5件套容量较少,每瓶含量仅有300ml,故价格便宜。2、知名度方面。deepbio品牌的知名度虽然不是很高,需降低价格提高售卖量,提高知名度。deepbio水光焕颜

    2024-04-15
    67100
  • nivea防晒霜怎么样_妮维雅防晒霜怎么样

    妮维雅nivea防晒霜是一款来自德国的护肤品牌,这款新防晒霜同系列防晒产品区别也会比较明显,下面我们就一起来看看效果好不好!我点评这款和一直卖的妮维雅经典防晒乳有什么区别虽然两款质地很相似,但这一款的防晒指数更高,SPF50 P

    2024-04-15
    48500
  • 为什么旗舰店里没有妮维雅美白630精华

    德国拜尔斯道夫集团旗下妮维雅于2020年推出的独家专利成分luminous630,号称是经过十年研发,地表最强的美白成分。这个名头可谓很响亮,而这个成分也实际应用到品牌各类产品上,例如美白精华,防晒霜等等。妮维雅630淡斑美白精华开始采用的

    2024-04-15
    48500
  • 江南印象艾地苯焕颜时光面霜怎么样

    好。因为这是一款结合去角质与温和洁肤功能于一身的快速、高效的清洁产品。在兼具清爽、控油配方的同时,泡沫丰富,可在瞬间清洁肌肤底层的污垢、唤醒肌肤活力。同时,洁面_喱中的物理、化学去角质复合配方,能软化、柔滑肌肤,为快速打造无瑕妆容做好充分准

    2024-04-15
    38900
  • 妮维雅官方旗舰店跟妮维雅男士官方旗舰店的区别

    妮维雅官方旗舰店跟妮维雅男士官方旗舰店的区别?你好,楼主,妮维雅官方旗舰店跟妮维雅男士官方旗舰店的区别:妮维雅官方旗舰店包括旗下所有产品都有卖,而妮维雅男士官方旗舰店只卖男士相关的东西,希望我的答案能帮到你。不知道大家有没有听说过像妮维

    2024-04-15
    44900
  • 妮维雅防晒喷雾怎么样?妮维雅防晒喷雾防水吗

    妮维雅防晒喷雾,温暖的弦同款防晒,女神同款,50倍的防晒,拒绝晒黑晒伤,全身可用,即使是在户外也不用担心了,下面就来评测一下这款防晒产品吧!妮维雅防晒喷雾防水吗温和防晒,冰爽降温,防水防汗 如果怕麻烦又懒的宝宝,不如试试我用的这款妮

    2024-04-15
    44400

发表评论

登录后才能评论
保存