Dominik Rhiem
Followers: 0 Following: 0
Statistiques
RANG
35 686
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
environ un an il y a | 2 réponses | 1
2
réponsesQuestion
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...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
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...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ un an il y a | 5 réponses | 0
5
réponsesQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseWriting 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...
presque 2 ans il y a | 0
| A accepté
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
"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 ...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0