MATLAB: Blocks in series, Simulink

blocks in seriessimulinktransfer function blocktransport delay

Hello Matlab and Simulink users.
I would like to calculate the number of Transfer Function blocks that better approximate a Transport Delay block.
Of course, I don't want to manually draw all the blocks and try them.
Is there a way to set the number of blocks in series?
Thanks in advance and best regards,
Maria Angela

Best Answer

Also I do not know the science behind what you want to do, but can image you want to try MATLAB commands like "add_block", "add_line" etc. to create a Simulink model by MATLAB code.
Related Question