Missing command in "line" (easy question)
Afficher commentaires plus anciens
Hello Guys/girls,
I want to make a line using the "line" command:
line([0 1],[1 1],'color',[0 0 0 ],' missing command for dashed line')
what is the addition if I want to make this line dashed, "-" doesnt seem to work. Cant find something on the internet
Thanks, G
Réponses (1)
Walter Roberson
le 31 Mai 2016
0 votes
LineStyle
2 commentaires
Giorgos
le 31 Mai 2016
Walter Roberson
le 31 Mai 2016
line([1 1],[0 1],'Color',[0 0 0], 'Linestyle', '--')
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!