Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to seperate real and Imagenery parts from equation???
1 回表示 (過去 30 日間)
古いコメントを表示
% I have the following equation
syms a b
p=(a+1i*b)*3.142*tan((a+1i*b)*3.142)-1i*1.23*340*sqrt((a+1i*b)^2*3.142^2+(3.142/0.8)^2+(3.142/0.6)^2)
% I tried with real(p) and imag(p) but not getting answer
% Thanx in advance
1 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!