how to write the this in matlab e^((x^-1)/2) -1

11 次查看(过去 30 天)
x

采纳的回答

James Tursa
James Tursa 2019-9-26
编辑:James Tursa 2019-9-26
y = exp((x.^2-1)/2) - 1;
See the Getting Started section of the doc for initial help on writing MATLAB code.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by