Connect two blocks in a subsytem

2 visualizaciones (últimos 30 días)
Nedra Ebdelli
Nedra Ebdelli el 27 de Mayo de 2015
Comentada: Vinay Sheshadri el 20 de Ag. de 2016
I want to connect two blocks in a subsystem but i get this error: ??? Error using ==> in at 6 Invalid Simulink object name: Mtest/Subsystem/Logical Operator/1
My code is the following:
load_system('C:\Users\...\Desktop\Mtest')
add_line('Mtest','Mtest/Subsystem/Logical Operator/1','Mtest/Subsystem/Proof Objective4/1','autorouting','on')
save_system('Mtest')
Or my model contain block Logical Operator in ths Subsystem 'Subsystem'.
  1 comentario
Vinay  Sheshadri
Vinay Sheshadri el 20 de Ag. de 2016
I have the same problem. Did you find the fix ?

Iniciar sesión para comentar.

Respuestas (1)

Nobel Mondal
Nobel Mondal el 27 de Mayo de 2015
Hi Nedra,
I couldn't load the image you have attached. You could give this a try:
add_line('Mtest/Subsystem', 'Logical Operator/1', 'Proof Objective/1','autorouting','on')
Hope this helps.
Nobel.
  1 comentario
Nedra Ebdelli
Nedra Ebdelli el 27 de Mayo de 2015
Editada: Nedra Ebdelli el 27 de Mayo de 2015
Hi Nobel,
Good ,it work .
Thank you
Nedra.

Iniciar sesión para comentar.

Categorías

Más información sobre Subsystems en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by