Alex Kurek - MATLAB Central
photo

Alex Kurek


Last seen: 4ヶ月 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/15 to 04/25Use left and right arrows to move selectionFrom 09/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 質問
1 回答

ランク
108,970
of 298,086

評判
0

コントリビューション
17 質問
1 回答

回答採用率
94.12%

獲得投票数
0

ランク
 of 20,530

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Add contours to scatter3 plot
Hi, Is there a way to add contours on the walls of this kind of plot? The points are projected onto the walls. x = mvnr...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


3D coordinates vectors. Sum along one of the dimentions of resulting volume
Hello, I have a 3D data in a form of 3 vectors: X, Y, Z. I want to sum the resulting volume along on of the dimentions. What ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Vectorized code slower than loops?
This question is a bit an offspring from an other one, but I have the following two codes: maxN = 100; levels = maxN+1; ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Speeding up code: vectorization and others
Hi, Is there a way to speed this up even more? I did what I could already: everything is precomputed, preallocated etc. and c...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Gaussian Mixture Model fit question
Hello, I dont understand everything in the example below. In my case, I have a 2D matrix (an image) of data and want to find ...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


How to speed this up - large variable
Hello, Is there a way to speed this up? This if within a function and i can use codegen - and I do. But I need to speed this ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Can I vectorize this any further?
Hello, I have such a code: maxN = 100; xElements = 200; XY = ones(xElements, xElements); % for simplicity, if fact...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


How to speed up this loops?
Hi, Is there a way to speed up this? maxN = 120; x = -30:0.1:30; xElements = numel(x); u_mn = zeros(xElements, ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


How to vectorize this ?
It seems I dont understand sth about vectorization. Aj = zeros(1, jCount); % it is filled in reality, but here I just swo...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Random numbers from complex PDF
Hi, I need to generate random complex numbers. My PDF looks like this: [X, Y] = meshgrid( span, span ); alfaJ = X + 1...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Fast FFT convolution in 2D
Hello, Is there a way to do fast 2D convolution according to: <http://undocumentedmatlab.com/blog/convolution-performance#co...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Move all counts of the image in random direction
I have the following problem. I have 8-bit image. It represents photon counts, so each pixel is capable to register up to 255 ph...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to force nansum(NaN+ NaN) = NaN, not 0 ?
Hello, I need to sum some multidimentional arrays after SPMD processing. This arrays contains also NaNs, but I need to comput...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Matrix center-symetry meter
How to check how much symetric around it`s center is this type of matrix? I think there should be a lot easier and faster way th...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


Adding SPMD results - no loop
I have some multiple outputs from SPMD, each containing dofferent part of matrix: finalImage = cell2mat(finalImageAll(1)) +...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Datacube indexing speed up
I use some weighted probability routines and the following code is to slow. Is there a way to optimize it? I already preallocate...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Sliding neighborhood - how to vectorize?
Thank you, I implemented it like this (toc after figure, preallocation): signalInBlock2 = zeros(230, 230); tic arr...

9年以上 前 | 0

質問


Sliding neighborhood - how to vectorize?
Dear all, Can you please help me to vectorize (or speed-up somehow else) this code? Below is the original (parfor) version a...

9年以上 前 | 2 件の回答 | 0

2

回答