Undefined function or variable 'dslove'.

2 ビュー (過去 30 日間)
mohamed elkasemy
mohamed elkasemy 2019 年 2 月 4 日
コメント済み: madhan ravi 2019 年 2 月 4 日
syms g m M T G x y V(t)
fun = @(x,y)((2*pi*g*(1-(V(t))^2)^2)/m^2)*y.*(((x-(m*V/sqrt(1-(V(t))^2))).^2/(1-(V(t))^2))+y.^2).*exp(-(sqrt(m^2+x.^2+y.^2)-M)/T);
Q1= int(fun,x,-inf,G*m*V(t));
Q2= int(int(fun,x,-inf,G*m*V(t)),y,0,inf);
Q3= int(fun,x,G*m*V(t),inf);
Q4= int(int(fun,x,G*m*V(t),inf),y,0,inf);
eqn=diff(V,t)==Q2-Q4;
dslove(eqn)
  1 件のコメント
madhan ravi
madhan ravi 2019 年 2 月 4 日
dsolve()
%^^^---- !

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumbers and Precision についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by