"Programming Paradise"
Some insights of programming concepts and tips of 1.c , 2.matlab , 3.vhdl
Tuesday, 27 August 2013
evaluating simple mathametical equation in matlab
x=0:50;
y=10*pi*exp(-5.*x).*cos(x); % '.' represents element wise operations
plot(x,y);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment