필터 지우기
필터 지우기

How to plot/ show the normal standard (Gaussian) distribution

조회 수: 5 (최근 30일)
sally_wu
sally_wu 2015년 10월 3일
댓글: Faisal Rasheed Khan 2018년 3월 11일
I am trying to imitate and demonstrate using the following Gaussian standard normal distribution along with cumulative percentage in Matlab. How can I do it in Matlab?
I would like to plot the bell curve and the cumulative percent like shown in the attached picture so later I can add my calculated values to the curve and show in cumulative percentage. I am new to Matlab so it seems super difficult..
  댓글 수: 2
Star Strider
Star Strider 2015년 10월 3일
It’s not terribly difficult, just very involved. It will take a lot of programming, and will be much easier if you have the Statistics Toolbox. Use the area function to plot the filled curve, and the text function to plot the string data. You may be new to MATLAB now, but you likely will have significant experience with handle graphics and related functions by the time you finish this project!
Faisal Rasheed Khan
Faisal Rasheed Khan 2018년 3월 11일
if any one made this

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by