Azzera filtri
Azzera filtri

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

72 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Cam Salzberger
Cam Salzberger il 23 Ott 2017
disp(real(dataSymbols))

Più risposte (0)

Categorie

Scopri di più su Argument Definitions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by