How to solve rms calculation problem ?

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

 采纳的回答

The rms function requires a signal processing toolbox

1 个评论

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