Hi @Raúl Rivera
I understand you are using MATLAB function blocks in Simulink and facing an error regarding dimensions of "TableFlujo". The error corresponds to Simulink not able to infer the size of "TableFlujo" in "MATLAB Function5". You can resolve this error by manually setting the size of "TableFlujo" to "[2 3]" from the "Model Explorer".
You can access "Model Explorer" either from toolstrip (Modelling > Design) or by right-clicking on the MATLAB Function Block > Explore.

Simulating the model at this stage presents another error as it still contains algebraic loop. The algebraic loop can be resolved by adding a unit delay block in the model.

You can learn more resolving algebraic loops in Simulink by following this official MathWorks Documentation.
- https://www.mathworks.com/help/simulink/ug/algebraic-loops.html
- https://www.mathworks.com/help/simulink/ug/remove-algebraic-loops.html
Hope this helps!