Y=√(|e^x | )
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gabriela Ushiña
el 18 de Abr. de 2020
Comentada: Gabriela Ushiña
el 19 de Abr. de 2020
Como poner la ecuacion en mi programa de matlab?
Y=√(|e^x | )
Porfavor, Gracias
3 comentarios
Dave
el 18 de Abr. de 2020
If I understand correctly
the matlab equation for this would be:
Y = sqrt(abs(exp(x)))
Respuesta aceptada
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!