photo

Aparna Singh


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

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
12,508
of 300,988

声誉
4

贡献数
6 个提问
2 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,130

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,218

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


No parallel toolbox in R2019a matlab toolbox folder
Hello, I just installed R2019a on my computer. I installed Parallel Computing toolbox but I do not see it in the toolbox folder...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to run mex file with CUDA operations multiple times?
Hello, I have been able to make CUDA mex file for certain algorithms that pertain to my project. It runs successfully only once...

5 years 前 | 0 个回答 | 0

0

个回答

提问


result from mex function causes all my indices to be the same value
Hi, I am writing a mex function to implement one of my algorithms in CUDA. I know the funcitons are performing correctly but whe...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Is there a way to write these sentences without for loop?
Hi I am trying to vectorize for loop in this question to make my code run faster. Here is the for loop. Is there a way I can wri...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Help with my mex function output from cudamemcpy2D
Hi I am writing a very basic CUDA code where I am sending an input via matlab, copying it to gpu and then copying it back to the...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
I have two columns with the x and y coordinates for the Actual and the estimates .How do I find the RMS error for each of the elements in the columns ?
len_dat = size(gt_track_spatial,1); for i = 1:len_dat RMSEx(i) = sqrt(mean((gt_track_spatial(i,1)-Int_point(i,1))^2)); ...

6 years 前 | 0

已回答
How can I create a mex file with cpp file + lib
Hey! so I would highly suggest this link: https://www.mathworks.com/matlabcentral/answers/377799-compiling-mex-files-without-the...

6 years 前 | 0

| 已接受

提问


Mex function out plhs[0] is all zeros
Hello, I am fairly new to programming mex function and new to C++. I am trying to write a mex function that accepts data from ma...

6 years 前 | 1 个回答 | 0

1

个回答