Feeds
提问
I need help to execute a triple integral
im trying to do the following: clear all clear close syms s r m; fun = @(s,m,r)(r.*exp(-(s.^2/2+1.727*(m-5))))./(sqrt(r.^2-...
3 years 前 | 2 个回答 | 0
2
个回答提问
Error using / Matrix dimensions must agree
My script is this: r=linspace(-180,180,360); t=linspace(-180,180,360); [R,T]=meshgrid(r,t); phi_=6*r*cos(1+5^2/R.^2)-T; co...
3 years 前 | 1 个回答 | 0