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
2015년 6월 1일
total = 0;
for K = 1 : 10
total = total + some value
end
카테고리
도움말 센터 및 File Exchange에서 External Language Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!