How to solve rms calculation problem ?

I have the following error:
Undefined function 'rms' for input a
rguments of type 'double'.

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 5 月 6 日

0 投票

The rms function requires a signal processing toolbox

1 件のコメント

Leonardo Wayne
Leonardo Wayne 2016 年 5 月 6 日
Thanks. It worked before though, so its a bit weird. I just solved it using: outrms = sqrt(mean(y.^2))

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by