How to do a probabilistic analysis in Simulink?

7 views (last 30 days)
I want to do a probalistic analysis of a Fault Tree, such as in the example above:
There are bottom events (1 & 2) with given failure rates. I want to calculate the failure rate of the top event, taking into account the OR-Gate (because there is simple redundancy).
The result would manually be failurerate_topevent = failurerate_1 * failurerate_2
Is this possible to automate in MATLAB/Simulink and if so, how?

Answers (1)

Juhi Singh
Juhi Singh on 10 Dec 2020
Hi,
As far as I understand your problem you wish to do a probabilistic analysis of a Fault Tree using MATLAB.
As of now there is no direct method to perform Fault Tree Analysis available in MATLAB. However, you can look at the following implementation of a Fault Tree, to help you with the analysis:

Categories

Find more on Verification, Validation, and Test in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!