Find a mean square root velocity of each row in matrix
이전 댓글 표시
I have A 100 by 20 matrix and I want to find a mean square root velocity of each row and divided by a constant C then return the result as a 100 by 1.
Can you help me?
Thank you
채택된 답변
추가 답변 (1개)
dpb
2015년 10월 23일
v=rms(x,2)/C; % presuming one C; if per row, the define the column vector and use "./C"
doc rms % for details
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!