plots giving wrong out output

1 visualización (últimos 30 días)
Moslem Uddin
Moslem Uddin el 9 de En. de 2019
Comentada: Moslem Uddin el 9 de En. de 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 comentarios
Adam
Adam el 9 de En. de 2019
You don't seem to have code for u1 there?
Moslem Uddin
Moslem Uddin el 9 de En. de 2019
Editada: Moslem Uddin el 9 de En. de 2019
i added the code and little correction in the . both and will be equal at

Iniciar sesión para comentar.

Respuesta aceptada

Torsten
Torsten el 9 de En. de 2019
In your code, replace
g1/2*m1
g2/2*m2
by
g1/(2*m1)
g2/(2*m2)

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by