How can i set (f) = (-60/(s^2+5s+48.5))?

5 次查看(过去 30 天)
Ersheid AL Noaimi
Ersheid AL Noaimi 2015-3-30
评论: Stephen23 2015-3-30
How can i set (f) = (-60/(s^2+5s+48.5))? but i keep getting the error. Can someone show me the correct code for this one?

回答(1 个)

Youssef  Khmou
Youssef Khmou 2015-3-30
Element wise operation fixes the error :
f=-60./(s.^2+5*s+48.5);
  3 个评论
Stephen23
Stephen23 2015-3-30
@Ersheid AL Noaimi: Youssef Khmou has given you the correct code for this equation. What is the problem now? Are you getting an error message? If so, what exactly?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by