How can i plot whit the command plot a complex number with an imaginary part which is null? Can you make me an example of the code with this number?

1 visualización (últimos 30 días)
z=1+0*i;

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 16 de Jul. de 2018
z=complex(1,0);
plot(z,'r+');

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by