How to change the linewidth of a curve in a graph by using code?
5 views (last 30 days)
Show older comments
like:
x=linspace(0,2*pi);
y=sin(x)
I want the sine curve's linewidth is 2.
0 Comments
Accepted Answer
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!