채택된 답변

Birdman
Birdman 2018년 1월 22일

1 개 추천

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

Mohamed Musni
Mohamed Musni 2018년 1월 22일
Thank you again for your help. solved so many problems of my coding today. have a nice day :D
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개)

카테고리

질문:

2018년 1월 22일

댓글:

2018년 1월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by