RandDeviate

버전 1.0.0.0 (2.55 KB) 작성자: Skynet
Adds controlled noise to a numerical matrix.
다운로드 수: 1.2K
업데이트 날짜: 2005/6/10

라이선스 보기

RANDDEV adds controlled noise to a numerical matrix. Besides the input data, the arguments it uses are DEVIATIONS_MINS, DEVIATIONS_MAXS, PROBABILITIES, RANGES_MINS, RANGES_MAXS, DECIMALPLACES, and RAND_STATE.

Examples:

randdev([1:10],-.025,.025,.75,-inf,inf,2,0)
returns [1 2.01 3.06 4 4.88 6 7.04 8 9 9.84]

randdev([1:10],-[.01:.01:.1],[.01:.01:.1],[.55:.05:1],1,10,1,0)
returns [1 2 3.1 4 4.8 6 7.1 8.5 8.5 9.8]

All applicable arguments can be entered as a single value or a numerical matrix with same dimensions as that of the input data.

Type 'help randdev' for more details.

[Please subscribe to this file if you use it, so you can be notified of updates.]

인용 양식

Skynet (2024). RandDeviate (https://www.mathworks.com/matlabcentral/fileexchange/6550-randdeviate), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Made two minor changes as suggested by M-Lint.