Build nested sumsym expression
古いコメントを表示
Hi all,
i'm tryng to write down this formula(cattura.png).
The point is the nested sum of series.
I actually have written this:
x = symsum(1/(16^k)*symsum(symsum(symsum( obj.I(theta, k+level,y+(i/2^k),x+(j/2^k)), y,0,2), x,0,1), theta,1,3), k, 0, 3-level);
but i got an error on K...
2 件のコメント
madhan ravi
2018 年 10 月 19 日
What’s 3-level?
Marco Strambelli
2018 年 10 月 19 日
編集済み: Marco Strambelli
2018 年 10 月 19 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spline Postprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!