What is difference between matlab rms() and File Exchange Signal rms()
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Both are called as y=rms(...).
How does Matlab know which one to use?
The editor window helper shows the syntax for the Matlab version. I put in values for the Signal rms version and do not get an error, and putting in the wrong number of parameters yeilds an error consistent with Signal rms. So I am using the Signal rms version.
Signal rms requires:
y = rms(signal, windowlength, overlap, zeropad)
Matlab function requires:
y = rms(x)
y = rms(x,"all")
y = rms(x,dim)
y = rms(x,vecdim)
y = rms(___,nanflag)
1 commentaire
Réponse acceptée
Cris LaPierre
le 2 Août 2023
MATLAB uses the function precedence outlined here: https://www.mathworks.com/help/matlab/matlab_prog/function-precedence-order.html
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!