Effacer les filtres
Effacer les filtres

how can write this math

1 vue (au cours des 30 derniers jours)
ali
ali le 22 Nov 2011
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 commentaire
Chandra Kurniawan
Chandra Kurniawan le 22 Nov 2011
Your 'tangent' argument in radians or degrees?
You can use tand if it's expressed in degrees.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 22 Nov 2011
My guess would be
fs = @(s) 1 / ((s + 1).^ 8 .* (s + 2).^5);
tans = @(s) tan(1/((s+1).^8);

Catégories

En savoir plus sur Electrical Block Libraries dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by