Plotting Graph in Matlab

1 次查看(过去 30 天)
I want to show dotted line between 81 to 85, how can i show it.

采纳的回答

Sam Chak
Sam Chak 2022-5-12
编辑:Sam Chak 2022-5-12
Suggest a simple solution:
t1 = 70:81;
t2 = 81:85;
t3 = 85:100;
plot(t1, t1, 'b', t2, t2, 'b--', t3, t3, 'b')

更多回答(1 个)

Vartika Agarwal
Vartika Agarwal 2022-5-12
I want to draw marker at particular point
73,77,81,85,89,93,100
  3 个评论
Vartika Agarwal
Vartika Agarwal 2022-5-12
Thanks sir for your help
Sam Chak
Sam Chak 2022-5-12
Hi @Vartika Agarwal, don't mention it. Have a nice day!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Spline Postprocessing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by