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

11 visualizaciones (últimos 30 días)
trky alhsmy
trky alhsmy el 26 de Sept. de 2019
Editada: James Tursa el 26 de Sept. de 2019
x

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by