how to transform math equation into matlab form

3 vues (au cours des 30 derniers jours)
Nanda Sulthan Estupratama
Nanda Sulthan Estupratama le 21 Juil 2018
Commenté : dpb le 21 Juil 2018
Hi.
I have a math equation:
does anyone could tell me the matlab form? thank you.
  1 commentaire
dpb
dpb le 21 Juil 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?

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 21 Juil 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.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by