Hi.
I have a math equation:
does anyone could tell me the matlab form? thank you.

댓글 수: 1

dpb
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
Image Analyst 2018년 7월 21일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

질문:

2018년 7월 21일

댓글:

dpb
2018년 7월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by