How to do a probabilistic analysis in Simulink?
12 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
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:
0 Comments
See Also
Categories
Find more on Robotics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!