How to do a probabilistic analysis in Simulink?

7 Ansichten (letzte 30 Tage)
Matthes Müller
Matthes Müller am 26 Nov. 2020
Beantwortet: Juhi Singh am 10 Dez. 2020
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?

Antworten (1)

Juhi Singh
Juhi Singh am 10 Dez. 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:

Kategorien

Mehr zu Verification, Validation, and Test finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by