serie with two parameters

3 vues (au cours des 30 derniers jours)
SARA GIOVANNINI
SARA GIOVANNINI le 8 Jan 2021
Modifié(e) : Mischa Kim le 8 Jan 2021
Hi everyone,
I would like to realize the graphic of this function for my thesis.
I find very difficult to write this on matlab because I don't know how to realize double series.
Maybe for you this is really easy. I have also searched on internet without results.

Réponses (1)

Mischa Kim
Mischa Kim le 8 Jan 2021
Modifié(e) : Mischa Kim le 8 Jan 2021
Sara, it really depends on what you are trying to achieve. For starters you could use two for loops to take care of the summations:
for n = 1:N
for m = 1:M
%your code
end
end

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by