How to use the SUM() function..?
古いコメントを表示
Hello,
I must be doing something very stupid here, as I can't get the sum() function to work at all;
X = [0 0.5 1 1.5 2 2.5]
sum(X(1,:))
From what I've read, this should sum all the element of row 1 of the matrix X and return a numerical result, but when I try it, I get the error:
Array indices must be positive integers or logical values.
Can anybody tell me what I'm doing wrong, please?
Thanks,
Paul
採用された回答
その他の回答 (1 件)
Torsten
2022 年 10 月 5 日
0 投票
Did you create a MATLAB function with name sum.m ? If yes, rename it.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!