Easy Substitution (variable)

조회 수: 2 (최근 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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by