photo

K Dani


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
95,551
of 299,763

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Simpson's Rule
So I have to write a script to evaluate an integral using Simpson's Rule, including odd values of N. Right now I am not getting ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Writing matrix to .dat file
I need to write two sets of data to a .dat file. I have two row vectors, n and an. The index n needs to be written to the value ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Issue with ezplot and fplot?
Maybe I'm not understanding the logistics of ezplot and fplot, but I just need to plot the function f(x) = x-2*exp(-x). When I u...

7 years 前 | 1 个回答 | 0

1

个回答

提问


A and B must be floating-point scalars.
I am trying to compute this function(as seen in the attachment) within a for loop but I keep getting an error. Here is my code ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Indexing & Move Me function
function out = move_me(v,a) lng = length(v); for i = 1:lng; %evaluating each position of v in relation to a ...

8 years 前 | 3 个回答 | 0

3

个回答