Dominik Rhiem
Followers: 0 Following: 0
Statistics
RANK
35 700
of 295 448
REPUTATION
1
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
3 månader ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 2 answers | 1
2
answersQuestion
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...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 2 answers | 0
2
answersQuestion
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...
ungefär ett år ago | 5 answers | 0
5
answersQuestion
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 1 answer | 0
1
answerWriting 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...
nästan 2 år ago | 0
| accepted
Question
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...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 2 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
"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 ...
ungefär 2 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 1 answer | 0