rms

Calculates RMS for N-D matrices

You are now following this Submission

Efficient MATLAB function for finding RMS values. Accepts N-Dimensional matrices, and computes the column-wise RMS value for N>1, or across any dimension dim if specified by the user.

Usage:

output = rms(input,dim)

Cite As

Hazem Baqaen (2026). rms (https://www.mathworks.com/matlabcentral/fileexchange/9575-rms), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

correction for 1-D case