photo

Nick Tsui


Last seen: mer än ett år ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: Imaging Science

Statistics

All
MATLAB Answers

9 Questions
5 Answers

File Exchange

1 File

RANK
8 514
of 297 457

REPUTATION
3

CONTRIBUTIONS
9 Questions
5 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
15 503 of 20 438

REPUTATION
10

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
105

RANK

of 158 938

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

  • First Review
  • First Submission
  • Thankful Level 3

View badges

Feeds

View by

Answered
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...

mer än 2 år ago | 0

| accepted

Question


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...

mer än 2 år ago | 3 answers | 0

3

answers

Submitted


nickxtsui/github
Papoulis-Gerchberg Algorithm stand-alone example

nästan 7 år ago | 1 download |

0.0 / 5
Thumbnail

Answered
Error using loadlibrary; side-by-side configuration is incorrect
You are right, one of the DLLs is missing. Thanks!

mer än 12 år ago | 0

Question


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...

mer än 12 år ago | 2 answers | 0

2

answers

Answered
the 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'...

mer än 12 år ago | 0

| accepted

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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.

mer än 12 år ago | 1 answer | 0

1

answer

Answered
how do I gather() a variable in atomicAdd()?
Thanks it works.

nästan 13 år ago | 0

Question


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...

nästan 13 år ago | 1 answer | 0

1

answer

Question


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...

nästan 13 år ago | 1 answer | 0

1

answer

Question


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...

nästan 13 år ago | 2 answers | 1

2

answers

Question


matlab parallel computing/GPU error msg
my code: kp = parallel.gpu.CUDAKernel('derivative.ptx','derivative.cu','derivative'); my error message: "??? Undefined ...

ungefär 13 år ago | 3 answers | 0

3

answers

Answered
Close 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...

ungefär 13 år ago | 0

Question


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...

ungefär 13 år ago | 6 answers | 2

6

answers