photo

俊凯 王


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
35,699
of 300,674

REPUTATION
1

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
1

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

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

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


sparse in cuda matlab shows bad performance
This question is simple I understand that MATLAB solves sparse linear equations by multi wavefront method on CPU like sparse...

4 years ago | 1 answer | 1

1

answer

Answered
Why OpenMP does not work in a CUDA code compiled in Matlab (as a MEX)?
til now i can't find the corroect compile cmd to create a cu project with omp activited but there are some other ways can handl...

4 years ago | 0

Answered
mex C struct pointer
use intptr_t ,i got it code like this pointer_return.cpp #include "mex.h" #include "matrix.h" struct test { struct t...

4 years ago | 0

| accepted

Question


mex C struct pointer
how can i use mex function return a structer pointer to matlab?is there any possbile for mex function return a pointer?as i know...

4 years ago | 1 answer | 0

1

answer

Question


how can i compile a mex function which contain openmp and cuda ?
i want to use cpu parallel and gpu parallel both!how can i compile mex ,i know mexcuda mexGPUExample.cu can compile cuda projec...

4 years ago | 0 answers | 0

0

answers

Question


why knnsearch function in matlab2016a and 2020b shows different efficiency?
like this code,in matlab 2020b t1=10s in matlab 2016 a t1=70s,why?is 2020b knnsearch applies parallel programing? for M=1500*15...

4 years ago | 1 answer | 0

1

answer

Question


openmp mingw mex for matlab error
i use Code block and my compiler environment is mingw 6.30.At the beginning, I created the following OpenMP code in the code blo...

4 years ago | 0 answers | 0

0

answers