The mean value for a first column in a matrix
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have 6x3 matrix and i want to calculate mean value of first column without the second and third one
5 comentarios
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.
Respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!