3D MEAN interval
이전 댓글 표시
given a 3d matrix x(16,16,1000) I'd like to sum ou get the mean value in the third dimension given a interval. e.g
given a interval 10 the result would be a matrix x(16,16,100)
given a interval 120 the result would be a matrix x(16,16,50)
and so on
where the third information would be the sum or the mean in the interval.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!