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

12 views (last 30 days)
x

Accepted Answer

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

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!