serie with two parameters
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!