필터 지우기
필터 지우기

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