photo

nuh lili


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
122,025
of 301,589

評判
0

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,343

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,641

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Hello, why does my parallel source code turns out to be slow compared to sequential source code?
this is my sequential source code: for n = 1:lh hj(2^j*(n-1)+1)=h(n); end for n = 1:lg ...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Why my time elapsed for image processing using parfor is greater than without parfor?
hi, I do image processing in matlab with parallel(parfor) and without parallel and we use tic toc to know elapsed time. Elapsed...

約8年 前 | 0 件の回答 | 0

0

回答

質問


hi, i did GUI for image processing using matlab to see the running time. but i cannot show the running time in the gui, its only shown in the matlab command window. can anyone show me how to make it? please help me :(
this is my GUI, and i want to show my total running time for the image to appear in this gui. <</matlabcentral/answers/upload...

約8年 前 | 2 件の回答 | 0

2

回答