how to transform math equation into matlab form
2 ビュー (過去 30 日間)
古いコメントを表示
Hi.
I have a math equation:

does anyone could tell me the matlab form? thank you.
1 件のコメント
dpb
2018 年 7 月 21 日
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?
採用された回答
Image Analyst
2018 年 7 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!