How I can remove the imaginary part of all data array?

I have used the Loop>> disp(dataSymbols); But here displayed both the real and imaginary valu. How I can displayed only the real part of the values?

 Respuesta aceptada

disp(real(dataSymbols))

Más respuestas (0)

Categorías

Más información sobre Simulink en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by