Help Center
Delete conditional from model
Since R2023b
Simulink.fault.deleteConditional(model)
Simulink.fault.deleteConditional(model,name)
Simulink.fault.deleteConditional(model) deletes the conditionals from the model, model.
model
example
Simulink.fault.deleteConditional(model,name) deletes the conditional with the name, name.
name
collapse all
Open the fault_analyzer_intro model.
fault_analyzer_intro
openExample('faultanalyzer/FaultAnalyzerIntroExample')
Add two conditionals to the model.
fault_conditional_1 = Simulink.fault.addConditional(... "fault_analyzer_intro","myConditional1","y1 >= 0"); fault_conditional_2 = Simulink.fault.addConditional(... "fault_analyzer_intro","myConditional2","y1 < 0");
Delete the conditionals from the model.
Simulink.fault.deleteConditional("fault_analyzer_intro");
Delete the conditional named myConditional1 from the model.
myConditional1
Simulink.fault.deleteConditional(... "fault_analyzer_intro","myConditional1");
Path or handle to the model, specified as a string scalar, character vector, or model handle.
Data Types: string | char | double
string
char
double
Name of the conditional, specified as a string scalar or character vector. Each conditional name in the model must be unique.
Data Types: char | string
Introduced in R2023b
Conditional
Simulink.fault.addConditional
Simulink.fault.findConditionals
Simulink.fault.save
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office