Plotting Graph in Matlab

1 vue (au cours des 30 derniers jours)
Vartika Agarwal
Vartika Agarwal le 12 Mai 2022
Commenté : Sam Chak le 12 Mai 2022
I want to show dotted line between 81 to 85, how can i show it.

Réponse acceptée

Sam Chak
Sam Chak le 12 Mai 2022
Modifié(e) : Sam Chak le 12 Mai 2022
Suggest a simple solution:
t1 = 70:81;
t2 = 81:85;
t3 = 85:100;
plot(t1, t1, 'b', t2, t2, 'b--', t3, t3, 'b')

Plus de réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Spline Postprocessing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by