Feeds
提问
how to change graph size using quiver, fcontour and hold on
This is my code : syms x y V0 = 50 ; d = 4 ; s = 10 ; l = 10 ; a1 = V0 ; a2 = V0 / (1 - d/s) ; b1 = -V0/l ; b2 =...
5 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB int function problem while evaluating a symbolic definite integral
this is my code syms x y z b assume(b, 'positive') h(x,y,z) = z /(x^2 + y^2 + z^2)^(3/2) ; int(h, x , [0 b]) i want to...
5 years 前 | 1 个回答 | 0

