how to transform math equation into matlab form

3 views (last 30 days)
Hi.
I have a math equation:
does anyone could tell me the matlab form? thank you.
  1 Comment
dpb
dpb on 21 Jul 2018
For fixed or variable values of the greek symbol "constants"?
And, lacking context for x', y'; what role do they play?
But, beyond those details, there's nothing really different about this functional form than any other; what have you tried and where, specifically, did you have a problem?

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 21 Jul 2018
It's jsut really basic MATLAB. You can do it. For example xcos(theta) is
x * cos(theta)
and x squared plus y squared times gamma squared is just
x^2 + y^2 * gamma^2
So, now give it a try on your own.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!