I wish to integrate this expression

조회 수: 2 (최근 30일)
Gokul Narayanan
Gokul Narayanan 2020년 2월 20일
댓글: Gokul Narayanan 2020년 2월 21일
I wish to integrate this function with respect to V. All the other letters are constants.
f= (V/(9.81*(T-T*V/v)-U*r*S*C(t^2-V^2)/2))

답변 (1개)

KSSV
KSSV 2020년 2월 20일
syms V T v U r S C t
f = (V/(9.81*(T-T*V/v)-U*r*S*C(t^2-V^2)/2)) ;
int(f,V)
  댓글 수: 1
Gokul Narayanan
Gokul Narayanan 2020년 2월 21일
its returning the following:
Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function arguments must be
symbolic variables, and function body must be sym expression.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by