I wish to integrate this expression

2 Ansichten (letzte 30 Tage)
Gokul Narayanan
Gokul Narayanan am 20 Feb. 2020
Kommentiert: Gokul Narayanan am 21 Feb. 2020
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))

Antworten (1)

KSSV
KSSV am 20 Feb. 2020
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 Kommentar
Gokul Narayanan
Gokul Narayanan am 21 Feb. 2020
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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by