Borrar filtros
Borrar filtros

How can extract only real values of a matrix

30 visualizaciones (últimos 30 días)
Tinkul
Tinkul el 8 de Abr. de 2014
Comentada: Ravikumar Bharti el 17 de Abr. de 2020
After some oprations i have got a matrix which contains imaginary value also. But i need only the
matrix containing real values. How can i remove imaginary values from that matrix? For eg.
A=[18.0000;-3.8090 + 4.3920i;-2.6910 + 1.4001i;-2.6910 - 1.4001i;-3.8090 - 4.3920i]
But my output contains only real values
A=[18.000;-3.8090;-2.6910;-2.6910;-3.8090]
Please help

Respuesta aceptada

Mischa Kim
Mischa Kim el 8 de Abr. de 2014
Tinkul, use
real(A)

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by