how to display answer in a particular format

2 次查看(过去 30 天)
on calculation i obtain a value as
0.2957 0.5700 0.8637 0.9657
0.1917 0 + 0.1514i 0 + 0.4231i 0 + 0.5181i
if it contains real and imaginary part i want only the value 0.1514 to be stored in a variable.... how to do that....

采纳的回答

Image Analyst
Image Analyst 2013-3-18
yourVariable = imag(value(6)); % Get imaginary part of element #6.

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by