MATLAB ヘルプ センター
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 a model with a block that supports fault modeling.
openExample("simscape_shared/SimpleMotorArmatureWindingFaultExample")
Add two conditionals to the model.
fault_conditional_1 = Simulink.fault.addConditional(... "SimpleMotorArmatureWindingFault","myConditional1","y1 >= 0"); fault_conditional_2 = Simulink.fault.addConditional(... "SimpleMotorArmatureWindingFault","myConditional2","y1 < 0");
Delete the conditionals from the model.
Simulink.fault.deleteConditional("SimpleMotorArmatureWindingFault");
Delete the conditional named myConditional1 from the model.
myConditional1
Simulink.fault.deleteConditional(... "SimpleMotorArmatureWindingFault","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.deleteAll
Simulink.fault.findConditionals
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.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ