Easy Substitution (variable)

1 回表示 (過去 30 日間)
Niklas Kurz
Niklas Kurz 2020 年 6 月 26 日
コメント済み: Niklas Kurz 2020 年 6 月 27 日
Actually this may be a really easy one, but I don't know what to search for, so here I just ask: I've got the equation
delta =
((dv^2*v^2)/(v^2 - w^2) + (dw^2*w^2)/(v^2 - w^2))^(1/2)
Now I assigned values to each variable
v = 3.83;
etc. But if I now type in "delta" in command window, matlab shows the equation again even if I assigned values. How to compute it directly?

採用された回答

KSSV
KSSV 2020 年 6 月 26 日
delta = subs(delta,v)
  1 件のコメント
Niklas Kurz
Niklas Kurz 2020 年 6 月 27 日
Many thanks seems like a secret thing if u're not involved.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by