Info
This question is closed. Reopen it to edit or answer.
How can I print an "i" by multiplying any number with set?
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Walter Roberson
on 8 Nov 2017
Use imag(): it is supported for compilation and code generation.
1 Comment
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!