Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Connect systems together using any inputs and outputs
ResourceFunction["SystemsModelConnect"][{sys1,sys2,…}] merges the systems without creating any interconnections. | |
ResourceFunction["SystemsModelConnect"][{sys1,sys2,…},connections] gives a single systems model including the specified connections. | |
ResourceFunction["SystemsModelConnect"][{sys1,sys2,…},connections,inputs,output] includes only the specified inputs and outputs in the resulting systems model. |
soi | source system of the connection |
outi | output of soi to connect |
sii | target system of the connection |
ini | input of sii to connect |
A merged system connect like SystemsModelMerge:
In[1]:= |
Out[1]= |
A series connection like SystemsModelSeriesConnect:
In[2]:= |
Out[2]= |
Connect several different types of systems:
In[3]:= |
Out[3]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License