Y=√(|e^x | )
조회 수: 3 (최근 30일)
이전 댓글 표시
Como poner la ecuacion en mi programa de matlab?
Y=√(|e^x | )
Porfavor, Gracias
댓글 수: 3
Dave
2020년 4월 18일
If I understand correctly
the matlab equation for this would be:
Y = sqrt(abs(exp(x)))
채택된 답변
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!