Related posts:
Program to add two continuous signals in MATLAB
Program for convolution of continuous sequences in MATLAB
_____________________________________________________________________________________________________
Program to draw a circle in MATLAB:
r=2;
t=0:pi/24:2*pi;
x=r*cos(t);
y=r*sin(t);
plot(x,y,x,y,'*')
grid on
i want to need matlab based project for final year
ReplyDeletetry making a autonomous robot through MATLAB coding......best project what i prefer!!!!!
ReplyDeleteAbove program is successful by removing Asterik symbol
ReplyDeleteThanks venkatesh for the correction!!
ReplyDelete