Matlab Tutorial - 40 - Finding the Length, Size, Sum, and Number of Elements in a Matrix

preview_player
Показать описание

Learn how to work with elements of a matrix in matlab. We will find the length, size, sum, and number of elements of a matrix.
Рекомендации по теме
Комментарии
Автор

After converting a matrix to vector by A(:) you needn't to double functions: sum(A(:)), min(A(:)), max(A(:)).

alexanderskusnov