Fault Tree Analysis in MATLAB
77 ビュー (過去 30 日間)
古いコメントを表示
this shows a demo fault tree.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/348878/image.png)
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 件のコメント
Ralph Youngs
2022 年 12 月 21 日
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.
回答 (1 件)
Amrtanshu Raj
2020 年 8 月 31 日
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!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Industrial Statistics についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!