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?
  1. Defining a polinominal function depends on x variable.
  2. Xmin and Xmax point should be defined for function to limit the values.
  3. probably density function PDF
  4. cumulative density function CDF
  5. expected value
  6. variance
  7. moments
  8. 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
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.
Here's a GUI to get you started MAGIC
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
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 CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by