write a function to sum some elements

I'm trying to solve this
Write a function called square_wave that computes the sum sin 2

답변 (1개)

Walter Roberson
Walter Roberson 2015년 6월 1일

0 개 추천

total = 0;
for K = 1 : 10
total = total + some value
end

카테고리

도움말 센터File Exchange에서 External Language Interfaces에 대해 자세히 알아보기

태그

질문:

2015년 5월 31일

답변:

2015년 6월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by