Statistics
5 Questions
0 Answers
RANK
281,664
of 301,175
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 21,185
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,238
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0

