how to transform math equation into matlab form
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
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?
Réponse acceptée
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.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!