Clear Filters
Clear Filters

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

72 views (last 30 days)
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?

Accepted Answer

Cam Salzberger
Cam Salzberger on 23 Oct 2017
disp(real(dataSymbols))

More Answers (0)

Categories

Find more on Argument Definitions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!