How to solve rms calculation problem ?

2 views (last 30 days)
I have the following error:
Undefined function 'rms' for input a
rguments of type 'double'.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 6 May 2016
The rms function requires a signal processing toolbox
  1 Comment
Leonardo Wayne
Leonardo Wayne on 6 May 2016
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)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!