I have to calculate the sum of multiple coefficients which depends upon the value 'm'.
2 ビュー (過去 30 日間)
古いコメントを表示
Could you please tell me how should I approach to this?
2 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 3 月 29 日
Look at this example
y=@(m) sin(m)
out=sum(y(1:10)) % for m=10
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!