photo

Aparna Singh


Last seen: 約3年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
2 回答

ランク
10,554
of 300,853

評判
4

コントリビューション
6 質問
2 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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...

5年以上 前 | 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...

5年以上 前 | 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)); ...

5年以上 前 | 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...

5年以上 前 | 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...

5年以上 前 | 1 件の回答 | 0

1

回答