How to do a probabilistic analysis in Simulink?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Juhi Singh
el 10 de Dic. de 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 comentarios
Ver también
Categorías
Más información sobre Robotics en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!