why I get "complex number" for the common calculation?
显示 更早的评论
RSTR=sum(wt.*log(rt1./rft1));
'wt', 'rt1' and 'rft1' are all real numbers and why 'RSTR' is complex numbers?
Z=log( bsxfun(@rdivide,(1+rt21),(1+rft21)) );
'rt21', and 'rft21' are both real numbers and why 'Z' is complex numbers?
采纳的回答
更多回答(1 个)
Naty Shemer
2017-2-8
1 个投票
Most probably (rt1./rft1) is negative and the log output of a negative number is imaginary...
类别
在 帮助中心 和 File Exchange 中查找有关 Structural Mechanics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!