Dominik Rhiem
Followers: 0 Following: 0
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...
3 months 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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...
1 year 前 | 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...
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...
2 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0