The mean value for a first column in a matrix
5 ビュー (過去 30 日間)
古いコメントを表示
i have 6x3 matrix and i want to calculate mean value of first column without the second and third one
5 件のコメント
Peng Li
2020 年 3 月 25 日
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.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!