필터 지우기
필터 지우기

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
Torsten
Torsten 2016년 3월 29일
I can't access the uploaded file.
Best wishes
Torsten.
Neha W
Neha W 2016년 3월 29일
Sorry for inconvenience. I hope you would be able see the image.

댓글을 달려면 로그인하십시오.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 3월 29일
Look at this example
y=@(m) sin(m)
out=sum(y(1:10)) % for m=10

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by