Effacer les filtres
Effacer les filtres

matlab command for delete bus objects

11 vues (au cours des 30 derniers jours)
Ramesh Devarapu
Ramesh Devarapu le 9 Fév 2017
Réponse apportée : Shubham le 24 Août 2024
can any one help me, Matlab command for delete busobjects.

Réponses (1)

Shubham
Shubham le 24 Août 2024
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!

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by