Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to connect signal builder outputs to the inputs through mscript.

1 visualización (últimos 30 días)
mettupalli Sriharsha
mettupalli Sriharsha el 23 de Sept. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Consider a 2 input AND gate and i am creating 2 signals in signal builder for these 2 inputs and instead of connecting manually i need to connect through mscript to the corresponding signal names.

Respuestas (1)

ES
ES el 23 de Sept. de 2017
%gcs is the current subsystem
% let 'signalbuilder' is the name of the signal builder block
%let 'and' be the name of the AND block
addline(gcs, 'signalbuilder/1', 'and/1');% connects first outport of signalbuilder to first inport of and
addline(gcs, 'signalbuilder/2', 'and/2');% connects secondoutport of signalbuilder to second inport of and

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by