Tom Holden
University of Surrey
Followers: 0 Following: 0
Statistics
RANK
13,097
of 296,105
REPUTATION
3
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
2
RANK
of 20,336
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,331
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
Remove the loop from a sum of index expression
Consider the following simple example: % Example setup n = 5; m = 10; M = randn( m, m ); J = randi( n, m, m ); % Code to...
2 years ago | 2 answers | 0
2
answersAm I running in parallel? (best way to check)
~usejava( 'desktop' ) seems to work even on thread based parallel pools.
2 years ago | 1
Coder support for LargeArrayDims
Found that it is impossible after asking the question: https://uk.mathworks.com/help/coder/ug/array-size-restrictions-for-code-...
3 years ago | 0
Question
Coder support for LargeArrayDims
It seems that by default, MATLAB Coder generates MEX files that are compiled without support for the LargeArrayDims option. Thus...
3 years ago | 1 answer | 0
1
answerQuestion
MATLAB pcolor/surf bilinear interpolation (shading interp)
Consider the following MATLAB code: C = [ 0 0 0 0 0 0 1 2 1 0 0 2 4 2 0 0 1 2 1 0 0 0 0 0 0 ...
7 years ago | 1 answer | 0
1
answerQuestion
Displaying progress from a file compiled to MEX with MATLAB Coder.
I have a slow running .m file that I am compiling to MEX via MATLAB Coder. I would like to display the loop counter in the co...
8 years ago | 1 answer | 0
1
answerQuestion
MATLAB Coder r2015b and Visual Studio 2015
MATLAB r2015b introduced support for Visual Studio 2015, but, somewhat bizarrely, this does not extend to MATLAB Coder. Is there...
9 years ago | 0 answers | 1
0
answersSaving a MATLAB Coder R2015a project in a format compatible with prior versions
For other people experiencing this issue, another workaround is using: "coder -tocode projectname -script scriptname" to gener...
9 years ago | 0
Question
sparse( ix, jx, sx, rx, cx ) implausibly slow
My understanding was that the five argument sparse call was designed to be a fast way of creating sparse matrices. But in some K...
10 years ago | 1 answer | 0