photo

Dominik Rhiem


Last seen: 27 giorni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • Thankful Level 3
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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...

9 mesi fa | 2 risposte | 1

2

risposte

Domanda


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...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

10 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

10 mesi fa | 5 risposte | 0

5

risposte

Domanda


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...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta

Risposto
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...

oltre un anno 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...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


"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 ...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta