how can write this math

1.how can write this 1/((s+1)^8)(s+2)^5 in matlab?
2.how can write Tangent line this 1/((s+1)^8)? please help me

1 comentario

Chandra Kurniawan
Chandra Kurniawan el 22 de Nov. de 2011
Your 'tangent' argument in radians or degrees?
You can use tand if it's expressed in degrees.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Nov. de 2011

0 votos

My guess would be
fs = @(s) 1 / ((s + 1).^ 8 .* (s + 2).^5);
tans = @(s) tan(1/((s+1).^8);

Categorías

Más información sobre Performance and Memory en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

ali
el 22 de Nov. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by