How to get values on Matlab GUI about Probability functions(expected value, PDF, CDF, variance, moments?)
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear Matlab Central
I am working on Matlab for my homework. Can you help me?
- Defining a polinominal function depends on x variable.
- Xmin and Xmax point should be defined for function to limit the values.
- probably density function PDF
- cumulative density function CDF
- expected value
- variance
- moments
- Building GUI to calculate these.
Would you kindly write codes, please? I am really new on Matlab even in GUI.
Very special thanks to you!
댓글 수: 1
Image Analyst
2013년 5월 26일
Then, what would be left for you to do? Just turn in our code as your own homework? See this: http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers
답변 (1개)
Image Analyst
2013년 5월 26일
Did you look in the help for those terms? If so, you'd find functions for them, like min(), max(), hist(), var(), cumsum(), etc.
Description
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a ..............
댓글 수: 1
Image Analyst
2013년 5월 26일
Regarding your "Answer" (which really should have been a comment here rather than a new, additional answer)...
Well then go ahead and code them up just like you'd do in C. MATLAB is fairly similar to C so it shouldn't be too hard.
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!