필터 지우기
필터 지우기

how to generate and precise double value?

조회 수: 1 (최근 30일)
Mira le
Mira le 2020년 10월 27일
댓글: Mira le 2020년 10월 27일
Hello
I want to ask you How I can generate probability values randomly between 0 and 1, but 1 and 0 can include as probability value
for example
I have a vector of values X=[12 5 10 50 22]
each value of X must have a probability where 0<=p>=1
when I obtain probability like 0.98555 I want just pick 0.9
How I can do that.?
Please help me!

채택된 답변

Walter Roberson
Walter Roberson 2020년 10월 27일
randi([0 10], size(x))./10
  댓글 수: 1
Mira le
Mira le 2020년 10월 27일
Why do you choose 10?
I try it and the result is ;
0.9000 0.5000 0.5000 0.3000 0.7000
could we remove these zeros after this comma?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by