photo

Ayush Kashyap


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Summer Intern at MathWorks 2023

Programming Languages:
MATLAB
Spoken Languages:
Hindi
Pronouns:
He/him

统计学

MATLAB Answers

0 个提问
7 个回答

排名
3,791
of 300,392

声誉
14

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,373

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Can't convert the Array to this TypedArray
Hi Sanogo, Seeing the line of code, I believe it can be an issue of datatype of size. You may try as following: std::vector<s...

2 years 前 | 0

已回答
MATLAB On High Performance Computing (HPC)
Hi Mohamed, To reslove the issue of speed of performance, you make try these two ways mainly: You may try out parallelization ...

2 years 前 | 0

已回答
GEV Mixture Model (as opposed to GMM)
If you have a good understanding of the data's underlying distribution, you can use a Generalized Extreme Value (GEV) mixture mo...

2 years 前 | 1

已回答
Brace indexing is not supported for this type of variable
Error message like this one: "Brace indexing not supported for this type of variable" appears mainly when curly braces "{}" are ...

2 years 前 | 0

已回答
Does fitdist work for fitting a distribution to truncated data?
Indeed, `fitdist` can be used to fit a statistical distribution to truncated data. It is valid to fit a distribution to trunca...

2 years 前 | 1

已回答
Error in plotting a piecewise function.
As per my understanding, one direct reason for error is that the variable x is not defined in the script but is used to define t...

2 years 前 | 0

| 已接受

已回答
saving in different folders
Hi Indrani, As per my knowledge, you can utilize the "save" and "fullfile" functions provided by matlab inside your for loop as...

2 years 前 | 0