Plotting exponential periodic function

2 visualizaciones (últimos 30 días)
Nico Pisani
Nico Pisani el 12 de Oct. de 2020
Comentada: Nico Pisani el 12 de Oct. de 2020
Hi There!
I'd like to plot the following function with matlab as a theta function
but the graphs looks completely wrong.
What should I do?

Respuestas (1)

Catalytic
Catalytic el 12 de Oct. de 2020
What should you do? You should correct whatever mistake it is you made.
  1 comentario
Nico Pisani
Nico Pisani el 12 de Oct. de 2020
There are no code mistakes. Simply the graph is not the one I expect...
Here is what I typed in:
x = linspace(0,2*pi,100);
y = ((1-exp(-1.9./cos(x)))./(1-exp(-1.9))).*cos(x);
plot(x,y)
I

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by