howwould you in put this in to math lab with functions
1 回表示 (過去 30 日間)
古いコメントを表示
add all elements of vector x=[37294]
0 件のコメント
採用された回答
Star Strider
2015 年 2 月 9 日
Assuming you intended to put spaces or commas between the numbers, use the sum function:
x=[3,7,2,9,4];
sum_x = sum(x)
produces:
sum_x =
25
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!