Transformation this equations to equations MATLAB

5 views (last 30 days)
Please I need help know for equation MATLAB

Accepted Answer

Walter Roberson
Walter Roberson on 30 Jan 2023
Use sin() and cos(). Powers are .^
Dot to multiply is .*
Use () for grouping and priority
There is no implied multiplication at all so use .*
If the i is intended to be the imaginary unit then use 1i

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!