Function e^x - e^-x / e^x + e^-x
2 次查看(过去 30 天)
显示 更早的评论
Hello, I need help with the function. Its task is to determine the values of the function at each point of the linear space and then draw this function using the plot function.
I have a problem already in the first point, I wanted to calculate the values using:
exp (x) -exp (-x) / exp (x) + exp (-x)
and gets error: Undefined function or variable 'x'. How should I solve this problem?
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!