![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2564001_1522090294148_DEF.jpg)
Nick Tsui
Virginia Tech
Followers: 0 Following: 0
Professional Interests: Imaging Science
Estadística
9 Preguntas
5 Respuestas
1 Archivo
CLASIFICACIÓN
8.514
of 297.016
REPUTACIÓN
3
CONTRIBUCIONES
9 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
15.475 of 20.419
REPUTACIÓN
10
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
105
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
MATLAB plot image margin removal and aspect ratio keeping
close all clc %% creating image volum img = phantom(256); img = repmat(img, [1,1,3]); figure(1) vidfile = VideoWrite...
alrededor de 2 años hace | 0
| aceptada
Pregunta
MATLAB plot image margin removal and aspect ratio keeping
I have following code which basically trying to create a video based on a series images of size 256 X 256 X 3, where 3 is the RG...
alrededor de 2 años hace | 3 respuestas | 0
3
respuestasEnviada
nickxtsui/github
Papoulis-Gerchberg Algorithm stand-alone example
más de 6 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66453/versions/2/screenshot.jpg)
Error using loadlibrary; side-by-side configuration is incorrect
You are right, one of the DLLs is missing. Thanks!
más de 12 años hace | 0
Pregunta
Error using loadlibrary; side-by-side configuration is incorrect
Hi Folks: I am running MATLAB 2011b x64 to load a third party dll built in VC++ 2008 with debug x64 option. But I got error m...
más de 12 años hace | 2 respuestas | 0
2
respuestasthe device being used is no longer there (MATLAB + GPU)
I think if you put tmp = gpuDevice(2) before gpuderivMxy = parallel.gpu.CUDAKernel('deriv_optcontMxy_cuda.ptx'...
más de 12 años hace | 0
| aceptada
Pregunta
the device being used is no longer there (MATLAB + GPU)
hi Folks: This bothers me: I have 2 GPU cards on my machine. I designate the 2nd one to use in my MATLBA code, but I got follow...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I find the GPU version in MATLAB?
I am just wondering how I find GPU version/info in MATLAB. Is there a MATLAB function doing so? Thanks a lot.
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
mex c file and .m file gives slightly, but not neglegible, different returns!
I have a MALTAB script doing some iterative algorithm give a return. This .m file was also coded as a mex c file which gives sam...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I step in .cu file when doing GPU parallel computing in MATLAB
To do GPU parallel computing with MATLAB, one needs to write a .cu function, or kernel, which is called by MATLAB script. I a...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I gather() a variable in atomicAdd()?
I am just wondering how to return result from atomicAdd(), since atomicAdd only changes one of its inputs. Here is my kernel (CU...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
matlab parallel computing/GPU error msg
my code: kp = parallel.gpu.CUDAKernel('derivative.ptx','derivative.cu','derivative'); my error message: "??? Undefined ...
casi 13 años hace | 3 respuestas | 0
3
respuestasClose my terminal but keep matlab running on a remote Ubuntu
OK, here is how I dealt with it. I changed the matlab code, such that no figures will pop up. Then I connected to the remote...
casi 13 años hace | 0
Pregunta
Close my terminal but keep matlab running on a remote Ubuntu
hi Folks: I don't have much experience running Matlab remotely, so please forgive me if you think my question is dumb. I a...
casi 13 años hace | 6 respuestas | 2