how do i plot this?

1 visualización (últimos 30 días)
Ajinkya Shelke
Ajinkya Shelke el 16 de Nov. de 2019
Editada: KALYAN ACHARJYA el 16 de Nov. de 2019
Hii I want to draw a graph of a equation which has t as a unknown. This t lies between 0 to 18. The iteration between 0 to 18 is 0.01679? How can I plot a graph for this equation?
  2 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 16 de Nov. de 2019
Where is equation?
Ajinkya Shelke
Ajinkya Shelke el 16 de Nov. de 2019
v= - 0.056139*cos(t*w1) - 3.3986*cos(t*w2) - 0.41655*cos(t*w3) - 1.1272*cos(t*w4) - 0.0015669*cos(t*w5)
w1 w2 w3 w4 w5 are known

Iniciar sesión para comentar.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 16 de Nov. de 2019
Editada: KALYAN ACHARJYA el 16 de Nov. de 2019
w1=? % Defined all data
w2=?
w3= ?
w4=?
w5=?
t=0:0.01:18;
v=- 0.056139*cos(t*w1)-3.3986*cos(t*w2)-0.41655*cos(t*w3)-1.1272*cos(t*w4)-0.0015669*cos(t*w5);
plot(t,v);

Categorías

Más información sobre Vibration Analysis en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by