How do i Fixed not enough input arguments in this equation?

 Accepted Answer

A=1;
B=4;
R9=10;m=3;
V_t=7;
t=0:.01:1;
z=A*exp(-(R9/2*m)*t).*cos(2*pi()*V_t*t+B);

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!