What does 'y:' stand for in plot command?

2 次查看(过去 30 天)
I need to debug a piece of code and I can't understand the 'y:' attribute at the end of the line. Can someone point out what it does?
if true
plot(<a 99X1 matrix>,<a 99x1 matrix>,'y:');
end
  1 个评论
Stephen23
Stephen23 2018-6-6
" I can't understand the 'y:' attribute at the end of the line. Can someone point out what it does?"
The LineSpec is explained in the plot documentation. Reading the documentation is how you can learn how MATLAB functions work.

请先登录,再进行评论。

采纳的回答

Birdman
Birdman 2018-6-6
It means a dotted yellow line. For that, you may check the documentation of plot command. That third input argument decides the line style, marker and color:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by