From: Mathworks on
Hello,

I am searching how to model nodes in Simulink, knowing that the inputs of my blocks are not an input node but some values of the properties of the input node and some of the output node. In order not to have thousands of constant blocks in my simulation, I would like to know if it is possible to have sg like :
node1.P
node1.T
.... etc

for a function that would take as input para : node1.P, node1.T, node2.P and return several new fields for node1 and node2.

is it possible? does so have an idea?

Thank you,

N