I get 'error using sum' whenever I try to get the mean of some numbers.

2 Ansichten (letzte 30 Tage)
Rothsothearith Sam
Rothsothearith Sam am 12 Apr. 2021
Kommentiert: Rik am 12 Apr. 2021
Anyone have any idea why?
This is from my command window:
Any help would be appreciated.
  1 Kommentar
Rik
Rik am 12 Apr. 2021
You're entering the 3 values as parameters, not as an array. You may read the documentation to see some examples.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Alan Stevens
Alan Stevens am 12 Apr. 2021
mean([1.0411, 1.0184, ...etc])
Enclose the numbers within square brackets.

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by