필터 지우기
필터 지우기

Plot the Diagram of the probability of some data

조회 수: 2 (최근 30일)
Imp
Imp 2023년 6월 15일
댓글: the cyclist 2023년 6월 15일
Hi,
I have some data in matlab, How can I plot the best probability diagram which is attributed to this data?
  댓글 수: 1
the cyclist
the cyclist 2023년 6월 15일
You have not given us enough information to help you. Do you mean a histogram? A probability distribution function? Do you want to assume some distribution (e.g. normal) that you want to fit the data to?
Please describe what you want to do, with much more detail.
It might help you to look at the MATLAB Plot Gallery to figure out what style of plot you need.

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

답변 (1개)

Torsten
Torsten 2023년 6월 15일
편집: Torsten 2023년 6월 15일
I don't know what exactly you mean by "Probability Diagram", but the usual way is to use
histogram(data,'Normalization','pdf')

카테고리

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

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by