Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I print an "i" by multiplying any number with set?

1 次查看(过去 30 天)
I want that for example if x 5 = 2 x 6 = 2 x 7 = 2 x8 = 3 something like this appears on the screen of the edit = 2 + 2i and in the other 2 + 3i, is that fine or how would it be? I do not want to use the commands imag since this program makes it executable

回答(1 个)

Walter Roberson
Walter Roberson 2017-11-8
Use imag(): it is supported for compilation and code generation.
  1 个评论
Erwin Avendaño
Erwin Avendaño 2017-11-8
I solved it by printing separately in my real and imaginary guide.part has two editext in the guide one for the real part and another for the imaginary one

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by