m = [0 0.86 0.008125 0.1125 0.66];
s = [3079.29803056650,2.19479300286706,-0.00918131157210678,-0.576353226740088,-5.35555806114160;2.19479300286706,0.0600216800739501,0.000190874014666653,0.0103921857026058,-0.0148375766016365;-0.00918131157210678,0.000190874014666653,1.01592575571999e-06,5.41052127420513e-06,-2.46214054154731e-05;-0.576353226740088,0.0103921857026058,5.41052127420513e-06,0.0126548976951315,0.000586795580979375;-5.35555806114160,-0.0148375766016365,-2.46214054154731e-05,0.000586795580979375,0.0351124927655245];
x=[3 0.9 0.0078 0.16 0.8];
mvnpdf(x,m,s);
请问大家我怎么一运行就出现
Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space can
crash MATLAB and/or your computer
愁死我啦