Missing command in "line" (easy question)
Mostra commenti meno recenti
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
Risposte (1)
Walter Roberson
il 31 Mag 2016
0 voti
LineStyle
2 Commenti
Giorgos
il 31 Mag 2016
Walter Roberson
il 31 Mag 2016
line([1 1],[0 1],'Color',[0 0 0], 'Linestyle', '--')
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!