JohnDapper
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
8.447
of 295.467
REPUTATION
5
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
5
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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))...
meer dan 8 jaar ago | 8 answers | 5
8
answersQuestion
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...
bijna 9 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 9 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 9 jaar ago | 1 answer | 0