serie with two parameters

조회 수: 3 (최근 30일)
SARA GIOVANNINI
SARA GIOVANNINI 2021년 1월 8일
편집: Mischa Kim 2021년 1월 8일
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.

답변 (1개)

Mischa Kim
Mischa Kim 2021년 1월 8일
편집: Mischa Kim 2021년 1월 8일
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

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by