how do i create an array of e^x

2 visualizaciones (últimos 30 días)
Nicholas Cappellino
Nicholas Cappellino el 31 de Oct. de 2018
Comentada: Steven Lord el 31 de Oct. de 2018
x=1:25
  2 comentarios
Matt J
Matt J el 31 de Oct. de 2018
You have been asking lots of questions about things you really ought to know how to do if you have been through the Getting Started documentation. The forum is not meant to be a replacement for reading the manual.
Steven Lord
Steven Lord el 31 de Oct. de 2018
Alternately, if you prefer to learn by watching videos and through hands-on experimentation rather than reading the documentation, consider taking the MATLAB Onramp course available on the MathWorks website.

Iniciar sesión para comentar.

Respuestas (2)

Fangjun Jiang
Fangjun Jiang el 31 de Oct. de 2018
try exp(x)

KSSV
KSSV el 31 de Oct. de 2018
Editada: KSSV el 31 de Oct. de 2018
x=1:25
y = exp(x) ;
plot(x,y)

Categorías

Más información sobre Get Started with MATLAB 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