![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24480590_1635239389227_DEF.jpg)
Dominik Rhiem
Followers: 0 Following: 0
Statistica
RANK
35.876
of 297.046
REPUTAZIONE
1
CONTRIBUTI
14 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 2 risposte | 1
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 5 risposte | 0
5
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaWriting 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...
circa 2 anni fa | 0
| accettato
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
"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 ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 3 anni fa | 1 risposta | 0