Viet Anh Nguyen
Followers: 0 Following: 0
Feeds
提问
Having problems with this triple integral
I'm trying to solve this problem. Here's my code: %44 fun = @(x,y,z) 1./(x.^2 + y.^2); xmin = -1; xmax = 1; ymin = 0; ...
3 years 前 | 2 个回答 | 0
2
个回答提问
Having problems with display function
Why can't I put the variable from a solve function into a display function? For example: syms x y=x+3 sol=solve(y==0) disp("...
4 years 前 | 1 个回答 | 0