how can write this math

1 次查看(过去 30 天)
ali
ali 2011-11-22
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 个评论
Chandra Kurniawan
Chandra Kurniawan 2011-11-22
Your 'tangent' argument in radians or degrees?
You can use tand if it's expressed in degrees.

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Electrical Block Libraries 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by