フィルターのクリア

Program sum in matlab

3 ビュー (過去 30 日間)
Mohamed Musni
Mohamed Musni 2018 年 1 月 22 日
コメント済み: Mohamed Musni 2018 年 1 月 22 日
Any help for write this program will be great. Thank
you

採用された回答

Birdman
Birdman 2018 年 1 月 22 日
Here is a starting point for you. Use symsum function from Symbolic Toolbox. See the example:
m=5;
P=sym('P',[1 m]);
t=sym('t',[1 m]);
q=sym('q',[1 m]);
syms k h
fun=sum(symsum((P+(t.*q/2).*h)./(t),k,1,m))
The rest is yours to do.
  3 件のコメント
Birdman
Birdman 2018 年 1 月 22 日
You are welcome. If it is helpful, can you accept it?
Mohamed Musni
Mohamed Musni 2018 年 1 月 22 日
sure. it helped me. again thank you for your valuable time :D

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by