Feeds
질문
Help computing definite integral
Here is my code syms x fun= (1+.5.*x.^3-x.^2).^(1/4) Q=int(fun,0,3) When I execute the code, it doesn't solve the in...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Errors when using fminbnd function
Hi, I am trying to find use the fminbnd function to find the minimum and maximum values of a function. I am getting these err...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Error message when computing integral: first input argument must be a function handle
I'm trying to evaluate this integral, but when I enter this code: syms x; S= (6*(sin(x)^2)/(3*sin(x)+1)); l= inte...
8년 초과 전 | 답변 수: 2 | 0

