createFaultTree
R2026bSyntax
Description
creates a new fault tree in the Safety Analysis Manager fault tree document
faultTree = createFaultTree(faultTreeDocument) faultTreeDocument. The top-level gate is an OR gate. You can add
multiple fault trees to a document.
creates a new fault tree in the Safety Analysis Manager fault tree document by
using one or more name-value arguments.faultTree = createFaultTree(faultTreeDocument,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
To reuse fault trees in other fault trees, use transfer gates. To create a transfer gate, use the
createTransferGatefunction.
Version History
Introduced in R2026b