Help with rpmfreqmap Error
Ältere Kommentare anzeigen
I'm trying to create a Campbell, or waterfall plot for a rotating machinery problem. I have been trying to use the rpmfreqmap function, but keep getting theser errors (pretty sure I have positive values):
Error using rpmfreqmap
Expected RPM to be positive.
Error in rpmmap>parseOptions (line 256)
validateattributes(rpm,{'numeric'},...
Error in rpmmap (line 12)
parseOptions(maptype,x,fs,rpm,varargin{:});
Error in rpmfreqmap (line 107)
[varargout{1:nargout}] = rpmmap(x,fs,rpm,'frequency',varargin{:});
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Electromechanical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!