photo

Nick Tsui


Last seen: 1日 前 2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Imaging Science

統計

All
MATLAB Answers

9 質問
5 回答

File Exchange

1 ファイル

ランク
8,514
of 300,753

評判
3

コントリビューション
9 質問
5 回答

回答採用率
100.0%

獲得投票数
3

ランク
15,511 of 21,075

評判
11

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
114

ランク

of 170,858

コントリビューション
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年 前 | 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年 前 | 3 件の回答 | 0

3

回答

送信済み


nickxtsui/github
Papoulis-Gerchberg Algorithm stand-alone example

7年以上 前 | ダウンロード 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

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

14年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 6 件の回答 | 2

6

回答