你将如何用meshgrid替换以下内容?
N=.33; P=.45; for i =1:10 for j=1:20 x0=i+N; y0=j+P; f(i,j)=exp(x0+y0); end end
matlab
matlab ×1