How to solve rms calculation problem ?

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

 Accepted Answer

The rms function requires a signal processing toolbox

1 Comment

Thanks. It worked before though, so its a bit weird. I just solved it using: outrms = sqrt(mean(y.^2))

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!