Matlab/Simulink help

How to take a transfer function from MATLAB workspace to SIMULINK?

thanks

Reply to
snovite
Loading thread data ...

if sys holds your transfer function

type

sys.num{1}

in the Numerator Coefficient area

type

sys.den{1}

in the Denominator Coefficient

or you could just type the array out normally in those two coefficient areas

Reply to
Daniel Helmick

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.