Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8484767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:27:53+00:00 2026-06-10T20:27:53+00:00

`n = 10000; Min= Minimum Value; Max= Maximum Value; Mode= Most Likely Value; X

  • 0
`n = 10000; 
Min= Minimum Value;
Max= Maximum Value;
Mode= Most Likely Value;
X = [Min=5,Mode=7,Max=10];
Y = [Min=3,Mode=5,Max= 10];
Z = [Min=5,Mode=7,Max=12];
P= X*Y*Z;`

I have three parameters such as, X =( Min=5,Mode=7,Max=10); Y=(Min=3,Mode=5,Max=10); Z=(Min=5,Mode=7,Max=12). and P = XYZ; Now how can I write a MATLAB Code for Monte Carlo simulation for 10000 iteration to get P values? and how to plot normal distribution and cumulative distribution of the out put P values?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:27:55+00:00Added an answer on June 10, 2026 at 8:27 pm

    First of all you should calculate mean and variance of each distribution, to model it with normal distribution, then:

    Xrand = (Xvariance*randn(1,n)) + Xmean*ones(1,n);
    Yrand = (Yvariance*randn(1,n)) + Ymean*ones(1,n);
    Zrand = (Zvariance*randn(1,n)) + Zmean*ones(1,n);
    
    P = Xrand.*Yrand.*Zrand;
    
    plot(P);
    

    If you don’t want to model with normal distribution, then you’ll need some toolbox or implement the distribution yourself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JSlider with a min of 0 and a max of 10,000.
I have a range slider on my site for min-max price ranges. On either
Let's say I have a min and a max number. max can be anything,
Can you set a jQuery slider to have a maximum value of 10,000 -
I have 10000 documents in one MongoDB collection. I'd like to update all the
I have an application that generates around 10000 printed pages per month. Each report
I have a set of 10000 files. In all of them, the second line,
I have this matrix of size 10000 by 1. I want to remove some
I have following SQL query SELECT TOP 10000 AVG(DailyNodeAvailability.Availability) AS AVERAGE_of_Availability FROM Nodes INNER
I need to write a query that selects a minimum value and it's second

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.