Community Profile

photo

JohnDapper


Last seen: etwa 4 Jahre vor Aktiv seit 2016

Statistiken

  • First Review

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Finding triangles in a k-NN graph
Hello, I have a simple undirected graph represented by an adjacency matrix where (i,j)=1 if nodes i and j are connected, else...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


C Mex crashes if array is too large
Hi all, I am passing an array to a mex file as follows: float *var; var = (float*)mxGetPr(prhs[0]); The mex file c...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Parfor loop just hangs, CPU usage goes to zero
Hi all. Here is a sample code of what I am attempting to run. parfor i = 1:num answer(:,i) = someFunction(someData(:,i))...

etwa 8 Jahre vor | 7 Antworten | 5

7

Antworten

Frage


Matlab on linux, "system" command not working
Hi all. I am running MATLAB 2012b on linux. I have a bunch of executables/shell scripts in a folder which is added to the MATLAB...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Parfor/spmd with random numbers
In my code I want to run a function on each worker in parallel. The function is mexified C++ and (simply put) returns an image c...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Fastest way to process image patches?
Hi all, My matlab script is almost entirely a big loop that searches through small patches of an image and computes sum-of-sq...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort