how do i present the variable W with the 2 digits after the decimal point?

3 次查看(过去 30 天)
i=0.15; v=24;
c=25*10^-6;
R=140; L=260*10^-3;
syms W
eqn = i==v/sqrt((R^2)+(W*L-1/W*c)^2);
W = solve(eqn,W);
w= round(W)

回答(1 个)

Purushottama Rao
Purushottama Rao 2015-5-14
编辑:Purushottama Rao 2015-5-14
  5 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Numbers and Precision 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by