ok i got it... just paste this to the Matlab Function Block
=====================
function fcn(u,v,w)
hold on;
grid on;
plot3(u,v,w);
========================
but now i want to put stem3 function in the block, it wasnt allowed in R2014a !
==> function 'stem3' is not supported for standalone code generation....
how can i solve this...??