How can i set (f) = (-60/(s^2+5s+48.5))?
1 回表示 (過去 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?
0 件のコメント
回答 (1 件)
Youssef Khmou
2015 年 3 月 30 日
Element wise operation fixes the error :
f=-60./(s.^2+5*s+48.5);
3 件のコメント
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 Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!