photo

Nick Tsui


Last seen: 6 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Imaging Science

统计学

All
MATLAB Answers

9 个提问
5 个回答

File Exchange

1 文件

排名
8,514
of 300,765

声誉
3

贡献数
9 个提问
5 个回答

回答接受率
100.0%

收到投票数
3

排名
15,505 of 21,084

声誉
11

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
114

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • Thankful Level 3

查看徽章

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

3 years 前 | 0

| 已接受

提问


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

3 years 前 | 3 个回答 | 0

3

个回答

已提交


nickxtsui/github
Papoulis-Gerchberg Algorithm stand-alone example

7 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

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

13 years 前 | 0

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

已回答
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'...

13 years 前 | 0

| 已接受

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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.

13 years 前 | 1 个回答 | 0

1

个回答

已回答
how do I gather() a variable in atomicAdd()?
Thanks it works.

14 years 前 | 0

提问


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

14 years 前 | 1 个回答 | 0

1

个回答

提问


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

14 years 前 | 1 个回答 | 0

1

个回答

提问


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

14 years 前 | 2 个回答 | 1

2

个回答

提问


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

14 years 前 | 3 个回答 | 0

3

个回答

已回答
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...

14 years 前 | 0

提问


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

14 years 前 | 6 个回答 | 2

6

个回答