photo

ARSALAN RIAZ


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
146,402
of 300,956

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Cudaa kernel launch failure
Hi, I have made cuda c mex file after I run the mex file outputs are obtain but when gpu enable commands are run . I get an er...

8 years 前 | 0 个回答 | 0

0

个回答

提问


trying to make mex file of cuda code which places elements of one variable to another but getting there errors.
hello i am trying to comiple cuda mex function but getting errors. purpose of this code is to store elements of one array to an...

8 years 前 | 1 个回答 | 0

1

个回答

提问


error compiling c build error in gpu coder matlab 2017b
hello, i have been trying to matlab code to cuda c code by using gpu coder and i am getting this error. 'E:\vs2015\VC\Lib\amd6...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Hello been trying to extract array from a big matrix so because of that taken magic(5) but issue is that when using for loop it works but trying to use in vectorization it gives error
a=magic(5); c=zeros(3,3,3); for i=1:3 c(:,:,i)=a(i:3+(i-1),1:3) end above code works. but issue is when usin...

8 years 前 | 1 个回答 | 0

1

个回答