Y=√(|e^x | )
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Gabriela Ushiña
le 18 Avr 2020
Commenté : Gabriela Ushiña
le 19 Avr 2020
Como poner la ecuacion en mi programa de matlab?
Y=√(|e^x | )
Porfavor, Gracias
3 commentaires
Dave
le 18 Avr 2020
If I understand correctly
the matlab equation for this would be:
Y = sqrt(abs(exp(x)))
Réponse acceptée
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!