photo

Raj Patel


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
33,173
of 297,503

声誉
1

贡献数
12 个提问
0 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Numerical Integration in Matlab
Hi guys, I am trying to numerical integrate a function, but I am not able to do it correctly. Can anyone help me here? I think ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Static optimization using fmincon and quadprog
Can anyone tell me which one os the optimization methods is faster between "fmincon" and "quadprog"? And why is it faster or slo...

4 years 前 | 1 个回答 | 0

1

个回答

提问


numerical integration in matlab
Hello everyone, I am trying to first numerically integrate a function and then plot the output of the integral. However, I hav...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Numerical integration in MATLAB
Hello everyone, I am trying to first numerically integrate a function and then plot the output of the integral. However, I hav...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerican Integration in Matlab
I need some help solving numerical integration. The integral is: fun = @(x) (x .* (exp(x) ./ (exp(x) - 1).^2) .* ((asind(0.00...

4 years 前 | 2 个回答 | 1

2

个回答

提问


Numerical Integration In Matlab
I need some help solving numerical integration. The integral is: fun = @(x) (x .* (exp(x) ./ (exp(x) - 1).^2) .* ((asind(0.00...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical Integration in Matlab
I wanted to solve a numerical integral of the following equation: fun = ((x.^4 .* exp(x))) ./ ((exp(x) - 1) .* (exp(x) - 1) ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Defining matlab logspace for semilogx plot
I am trying to plot a matlab semilogx plot. How can I define a logspace in matlab from 400 nm to 700 nm? Thanks in advance, ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical integration Matlab plot
The function which I want to integrate is: fun = @(x) (1./(exp(0.00004781./(x))-1).*1./x.^4); q = integral(fun,0,x1) I want t...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical integration of symbolic equation
I am trying to numerical integrate the function with respect to x. I am not able to solve it. Can anyone help me? fun = @(x)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical integration over (0, x1)
I am trying to numerical integrate the function. I am not able to solve it. Can anyone help me? Note: t is a constant over h...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Numerical integration in Matlab
Evaluate the integral as a function of x and t. I want to perform numerical integration over x. The integral is: Can some...

4 years 前 | 0 个回答 | 0

0

个回答