Dominik Rhiem - MATLAB Central
photo

Dominik Rhiem


Last seen: 8日 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 11/21 to 04/25Use left and right arrows to move selectionFrom 11/21Use 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

14 質問
1 回答

ランク
35,893
of 298,204

評判
1

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

回答採用率
100.0%

獲得投票数
1

ランク
 of 20,548

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,541

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Finding the "center" of an extended ring
I have been experimenting with the image processing toolbox's function "imfindcircles", and it works well. However, there is one...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Efficiently calculating the pixels crossed by a ray bundle
I have created a script that calculates which pixels on a regular square grid are crossed by which ray(s) of a bundle. Up to the...

1年以上 前 | 2 件の回答 | 1

2

回答

質問


Reading a large binary file
I want to load a 8 GB binary data file into Matlab. My computer has 24 GB of RAM. It runs out of memory, despite me closing lite...

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

1

回答

質問


Optimizing distance calculation between vectors and pixels
I have written a Ray Tracer which I am currently trying to optimise, as there are 1-2 functions that take up around 90% of runti...

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

2

回答

質問


Identifying regions in matrix rows
I have an M x N matrix that contains the indices of columns where an external "validity criterion" is fulfilled, and -1 otherwis...

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

5

回答

質問


How to quickly group numerical data without giving bin sizes
I am trying to find an efficient and quick way to group numerical data. In short, I have several paths towards a particular pixe...

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

1

回答

質問


How can I record data from a parfor loop into an array?
I have a parfor loop in which I perform some calculations which I would ideally like to store in an array. Some code: array = z...

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

1

回答

回答済み
Writing data from parallel processing to cells and merging
I replaced the for loop over the transmitter position (i.e. index j) with a parfor loop instead of trying to insert it as descri...

2年以上 前 | 0

| 採用済み

質問


Writing data from parallel processing to cells and merging
I have written a ray-tracing code that tracks intersections of rays with the edges of objects, including Snell's law (i.e. ray d...

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

1

回答

質問


Matrix column selection based on vector with indices
Hi all. I have a matrix of size m x n, with all entries as one at initialization. I also have a vector of size 1 x m. Each eleme...

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

2

回答

質問


Comparing two numerical arrays
I have two arrays of integer numbers. The first array can be thousands of entries long and contains numbers within a certain ran...

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

1

回答

質問


"find" yields different results for linear vs 2D indexing
Hi all. I have 2 2D matrices, and I want to find entries in 1 of these matrices that fulfill certain numerical criteria and put ...

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

2

回答

質問


Determining relative angular orientation of vectors
I am trying to implement Snell's law, but I am currently lacking an elegant way to take into account the angular orientation/dir...

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

2

回答

質問


Assigning array values to cell array based on condition
I have two equally-sized vectors of indices like the following: A = [1, 1, 1, 2, 2, 3, 3, 3, 3]; B = [6, 3, 7, 4, 7, 13, 16, 4...

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

1

回答

質問


Definition of the projection lines of the radon transform
I am currently trying to figure out how exactly the lines/rays that the radon transform uses to project a matrix are defined/loc...

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

1

回答