how can i multiply two complex number in GUI

1 view (last 30 days)
Z=3+5i
N=5+3i
X=Z*N IN GUI

Answers (1)

John D'Errico
John D'Errico on 29 Nov 2021
What is the problem? Convert them to numbers. Multiply said numbers. Then output the result however you desire.
My guess is your real problem is in the text processing of the strings you will be given. But even that is not a big problem. Can you find what lies to the right of an "=" symbol? Can you use tools, for example, eval, to then produce a number?

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!