Filter löschen
Filter löschen

plots giving wrong out output

1 Ansicht (letzte 30 Tage)
Moslem Uddin
Moslem Uddin am 9 Jan. 2019
Kommentiert: Moslem Uddin am 9 Jan. 2019
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 Kommentare
Adam
Adam am 9 Jan. 2019
You don't seem to have code for u1 there?
Moslem Uddin
Moslem Uddin am 9 Jan. 2019
Bearbeitet: Moslem Uddin am 9 Jan. 2019
i added the code and little correction in the . both and will be equal at

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Torsten
Torsten am 9 Jan. 2019
In your code, replace
g1/2*m1
g2/2*m2
by
g1/(2*m1)
g2/(2*m2)

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by