Set nominal values for data
버전 1.1.0.0 (1.55 KB) 작성자:
Ivar Eskerud Smith
Set nominal values for data by specifying a limit
Set nominal values for/group a dataset by specifying a fraction which determines how far away from the original value a nominal value can be.
Ex: A set of velocity data:
v = [0 9.03, 0.1, 5.2, 0.101, 0.095, 5.01,0, 9, 4.9, 9.2, 8.9, 5.3];
nomV = setNom( v, 0.1 ); plot( (nomV-v)./v, '*' ); disp(unique(nomV))
Each velocity now has a nominal value which is at max 10% off the real value.
인용 양식
Ivar Eskerud Smith (2024). Set nominal values for data (https://www.mathworks.com/matlabcentral/fileexchange/28561-set-nominal-values-for-data), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Predictive Maintenance Toolbox에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!