function [simout]= fcnbeispiel(k)

kString = num2str(k);
set_param('fcn_beispiel/Fcn', 'i', kString);
[t,x,y] = sim('fcn_beispiel', [0, 10]);