配列の要素の逆数の二乗平均の逆数をとるには?
이전 댓글 표시
N=[2,3,5,6,4,7,2] の配列があり、
A[1]=1/((1/2)^2+(1/3)^2+(1/5)^2),A[2}=1/((1/3)^2+(1/5)^2+(1/6)^2),,,,
のように、元の配列Nの各要素の逆数の二乗平均の逆数をとるにはどうしたらよいでしょうか?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrices in the MATLAB Environment에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!