photo

ARSALAN RIAZ


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
203,918
of 300,715

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,048

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,301

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer