Can someone help me writing this equation in matlab, I appreciate,..
Show older comments
Accepted Answer
More Answers (1)
Cris LaPierre
on 12 Jan 2022
Writing the equation is rather straightforward. You just need to decide what variable names you want to use. Here's one way.
z = P*exp(phi*1i)*exp(w*t*1i) + N*exp(phi*1i)*exp(-w*t*1i)
I suggest going through MATLAB Onramp will enable you to not only write the equation yourself, but actually use it to calculate values for z.
Categories
Find more on Mathematics 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!