How can i set (f) = (-60/(s^2+5s+48.5))?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Youssef Khmou
le 30 Mar 2015
Element wise operation fixes the error :
f=-60./(s.^2+5*s+48.5);
3 commentaires
Stephen23
le 30 Mar 2015
@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?
Voir également
Catégories
En savoir plus sur Logical 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!