Fault Tree Analysis in MATLAB

73 Ansichten (letzte 30 Tage)
jason lee
jason lee am 20 Aug. 2020
Kommentiert: Ralph Youngs am 21 Dez. 2022
this shows a demo fault tree.
the goal is to calculate the top-event '1' 's probability of failure given '3','4','5','6','8','9','10' 's probability.
the code may involve something about Boolean algorithm,
i am wondering how to realize Boolean algorithm in MATLAB platform.
  2 Kommentare
TAMILSELVI T
TAMILSELVI T am 27 Mär. 2022
HOW TO GET DATA SET FOR FAULT ANALYSIS IN ML
Ralph Youngs
Ralph Youngs am 21 Dez. 2022
You can try a random Bernoulli variable using binornd(1,p) where p is a reliability at time T from your favorite distribution; exponential, weibull, etc.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Amrtanshu Raj
Amrtanshu Raj am 31 Aug. 2020
Hi,
As far as I understand your problem you wish to do a Fault Tree Analysis (FTA) using MATLAB.
As of now there is no direct method to perform FTA available in MATLAB. However, you can check this implementation of FTA in Simulink and modify it as per your needs. For implementation in MATLAB you can take help of the available logical operations
Hope this helps!

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by