The mean value for a first column in a matrix

5 visualizaciones (últimos 30 días)
Umut Oskay
Umut Oskay el 25 de Mzo. de 2020
Comentada: Umut Oskay el 25 de Mzo. de 2020
i have 6x3 matrix and i want to calculate mean value of first column without the second and third one
  5 comentarios
Peng Li
Peng Li el 25 de Mzo. de 2020
colon index is one of the most useful operator in MATLAB. i recommend you check the reference link for colon index.
besically, a(:, n) means the nth column of matrix a.
Umut Oskay
Umut Oskay el 25 de Mzo. de 2020
thanks a lot

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by