zhou caiwei
Followers: 0 Following: 0
Statistics
RANK
19,119
of 295,467
REPUTATION
2
CONTRIBUTIONS
5 Questions
2 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
GPU coder :basic Code Generation failed
However, I'm not sure if other error would happens
2 years ago | 0
Question
GPU coder :basic Code Generation failed
Visual studio 2019 MATLAB 2022A CUDA 11.6,When I test coder.checkGpuInstall: Compatible GPU : PASSED CUDA En...
2 years ago | 2 answers | 0
2
answersQuestion
why mexw64 generated by coder runs slower than pure .m file?
I'm recently learning how to use mex files. The case that I try to reproduce is from https://www.youtube.com/watch?v=TAKjSi-77Ns...
2 years ago | 1 answer | 1
1
answerfminunc Converging at a strange point
Wow,MATLAB is really broad and profound. Thank you all for your inspiring discussions. Maybe polyfit works because it use Legend...
2 years ago | 0
Question
fminunc Converging at a strange point
I compared fminunc(least square fitting) with polyfit, but the result was not coincide: here is my code: % clear session, c...
2 years ago | 4 answers | 1
4
answersQuestion
matlab coder report Size mismatch (size [0 x 0] ~= size [1 x 2])
I tried to use matlab coder to convert my matlab file into C\C++ source file. In my *.m file,I defined a dynamic array: ... co...
2 years ago | 2 answers | 0
2
answersQuestion
Compiling CUDA files with mexcuda in matlab2021b report error
I am trying to compile cuda files into mex(matlab 2021b) mexcuda mexGPUExample.cu The error occurs: warning: The selected C...
2 years ago | 1 answer | 0