필터 지우기
필터 지우기

simulink model using switch block

조회 수: 3 (최근 30일)
Sanchita
Sanchita 2023년 2월 16일
댓글: Oguz Kaan Hancioglu 2023년 2월 16일
I want to make a simulink model for these given conditions in above table.
If xyz is true, then check input 2, if true, then it is automatic generated, if false then either it is automatic or human generated. then further check if it is repeated or not. then merge all this into output

답변 (1개)

Oguz Kaan Hancioglu
Oguz Kaan Hancioglu 2023년 2월 16일
You can use matlab function in simulink.
You can implement your conditions using if-else statement.
  댓글 수: 3
Sanchita
Sanchita 2023년 2월 16일
not able to do that
Oguz Kaan Hancioglu
Oguz Kaan Hancioglu 2023년 2월 16일
You cannot use switch block because switch case statement only checks one input. You have 4 input.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Schedule Model Components에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by