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!