How do I copy the ports of a Simulink model
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I want to copy the in/out ports of a Simulink model to another new Simulink model using a Matlab Script.
Basically, I want to open a model, view its ports, and copy ONLY those ports to another model which will be created in the same Matlab Script.
0 comentarios
Respuestas (1)
Mark McBroom
el 15 de Mzo. de 2018
Use find_system(), new_system(), add_block() and save_system()
1 comentario
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!