plots giving wrong out output

1 回表示 (過去 30 日間)
Moslem Uddin
Moslem Uddin 2019 年 1 月 9 日
コメント済み: Moslem Uddin 2019 年 1 月 9 日
I have two functions to plot(attached figure). I want to plot them and plot given by matlab seems not to be valid. Two functions will be equal at . two Funtions are, }
and the code is attached. #TIAbbbb.PNG
  3 件のコメント
Adam
Adam 2019 年 1 月 9 日
You don't seem to have code for u1 there?
Moslem Uddin
Moslem Uddin 2019 年 1 月 9 日
編集済み: Moslem Uddin 2019 年 1 月 9 日
i added the code and little correction in the . both and will be equal at

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

採用された回答

Torsten
Torsten 2019 年 1 月 9 日
In your code, replace
g1/2*m1
g2/2*m2
by
g1/(2*m1)
g2/(2*m2)
  1 件のコメント
Moslem Uddin
Moslem Uddin 2019 年 1 月 9 日
tnx, thats working

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by