# doc-cache created by Octave 11.1.0
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 3
rms


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 449
 -- Function File: Y = rms (X)
 -- Function File: Y = rms (X, DIM)
     Compute the root-mean-square (RMS) of the vector X.

     The root-mean-square is defined as

          rms (X) = SQRT (1/N SUM_i X(i)^2)

     If X is a matrix, compute the root-mean-square for each column and
     return them in a row vector.

     If the optional argument DIM is given, operate along this
     dimension.

     See also: mean, meansq, peak2rms, rssq, sumsq.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 51
Compute the root-mean-square (RMS) of the vector X.





