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 Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by