Borrar filtros
Borrar filtros

How i can solve this exercise in matlab???To calculate the values of the function on the given segment In N points to equal intervals from each other. Point 7

3 visualizaciones (últimos 30 días)

Respuestas (1)

Image Analyst
Image Analyst el 9 de Sept. de 2020
Try this:
x = linspace(-pi, pi, n);
y = exp(x) .* sin(x) + exp(-x) .* cos(x);

Categorías

Más información sobre Wind Power en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by