<t>hmmmmmmm thank you very much. ... but what ??? sorry Im being very dump.I have found the following code to generate the plot of normal copula distribution which I understand. n=500;Z = mvnrnd([0 0], [1 .8; .8 1], n);U = normcdf(Z,0,1); plot(U(:,1),U(:,2),'.');So what you saying is to use Z=mvnpdf...