Feeds
질문
Numerical integration of a function containing symbolic characters
clear clc E=@(x) x.^2 syms A B var = integral(@(x) E(x).*(A*x+B),0,1) Hello everybody, I need to calculate this kind of in...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Derivative after Numerical Integral
hello everyone, I have a function of x, however I get it after calculating a numerical integral, such as: a = @(x) (integral(@...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Numerical integration twice wrt same variable
Hello people, I have afunctionand it is calculated by only numerical methods. As an example let's say; where And I am ask...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Numerical Integration in Summation sign
Hello guys, if anyone could help me, I'll appreciate it very very much. x = 1:10; x1 = 1:10; p = 1:4 y1 = @(x1) 2.*x1; %in...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Numeric Integral in terms of y = f(x), when I do not have f(x)
Hello all, as you can see I have x = 0:0.1:1 and y = f(x), however I do not have f(x), only corresponding y points. And I hav...
대략 7년 전 | 답변 수: 1 | 0

