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

72 次查看(过去 30 天)
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?

采纳的回答

Cam Salzberger
Cam Salzberger 2017-10-23
disp(real(dataSymbols))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Argument Definitions 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by