matlab command for delete bus objects

조회 수: 6 (최근 30일)
Ramesh Devarapu
Ramesh Devarapu 2017년 2월 9일
답변: Gojo 2024년 8월 24일
can any one help me, Matlab command for delete busobjects.

답변 (1개)

Gojo
Gojo 2024년 8월 24일
Hey Ramesh,
If you are trying to delete the bus objects from your MATLAB workspace then you can simply use the "clear" command as following:
clear busobj
However, if you are referring to deleting the Bus Creator/Selector blocks, you can use the "delete" command to delete an existing System Object. You can use function to programmatically delete any block. You can refer to the following documentation for the usage of "delete" function: https://www.mathworks.com/help/matlab/ref/matlab.system.delete.html
I hope this answers your query!

카테고리

Help CenterFile Exchange에서 Desktop에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by