I get 'error using sum' whenever I try to get the mean of some numbers.
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Anyone have any idea why?
This is from my command window:

Any help would be appreciated.
1 comentario
  Rik
      
      
 el 12 de Abr. de 2021
				You're entering the 3 values as parameters, not as an array. You may read the documentation to see some examples.
Respuestas (1)
  Alan Stevens
      
      
 el 12 de Abr. de 2021
        mean([1.0411, 1.0184, ...etc])
Enclose the numbers within square brackets.
0 comentarios
Ver también
Categorías
				Más información sobre Multidimensional Arrays en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


