function my_linspace input Real x1; input Real x2; input Integer n; output Real y[n]; end my_linspace;