MATLAB: How to connect function blocks in Simulink “wirelessly”

simulink

Is possible to do that, or is it necessary to connect function blocks with wires? Because of transparency, I would like to pass outputs from one function, to another function as its inputs.
Thanks

Best Answer

Hi,
you can use From/Goto blocks to do this. Generally speaking wires are preferred, but sometimes using From/Goto helps to make things less complex.
Titus
Related Question