1function y=myFunc(x) %#codegen
2
3coder.extrinsic('disp');
4disp('This function is written in Matlab. Disp is not complied');
5
6y=sin(x);