Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I print an "i" by multiplying any number with set?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 8 de Nov. de 2017
Use imag(): it is supported for compilation and code generation.
1 comentario
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!