Y=√(|e^x | )
2 views (last 30 days)
Show older comments
Gabriela Ushiña
on 18 Apr 2020
Commented: Gabriela Ushiña
on 19 Apr 2020
Como poner la ecuacion en mi programa de matlab?
Y=√(|e^x | )
Porfavor, Gracias
3 Comments
Dave
on 18 Apr 2020
If I understand correctly
the matlab equation for this would be:
Y = sqrt(abs(exp(x)))
Accepted Answer
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!