필터 지우기
필터 지우기

How to "Rotate a block" present in model by using "Command" ?

조회 수: 12 (최근 30일)
Abhijit Chougule
Abhijit Chougule 2013년 12월 30일
편집: Abhijit Chougule 2013년 12월 30일
I have added a block by command add_block() in my system. Now I need to arrange it properly. Is there any command to Rotate and Flip the block by command ?

채택된 답변

Abhijit Chougule
Abhijit Chougule 2013년 12월 30일
편집: Abhijit Chougule 2013년 12월 30일
Hey guys I got answer..
The Commands are
set(gcbh,'Orientation','left')
set(gcbh,'Orientation','up')

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 12월 30일
Use set_param to change the various block properties to what you want:

카테고리

Help CenterFile Exchange에서 Interactive Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by