Date: Jan 15, 2013 7:49 PM Author: Derek Goring Subject: Re: thickness of a line On Wednesday, January 16, 2013 12:53:13 PM UTC+13, CHINEDU wrote:
> Is there any command that can define the thickness of a line in a matlab graph?
>
>
>
> I need to create a cylinder in form of a line whose thickness must be same as the radius of the cylinder.
>
>
>
> Any suggestion?
plot(t,y,'r-',...
'LineWidth',1.5)