photo

Tom Holden


University of Surrey

Last seen: 2 mesi fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

6 Domande
3 Risposte

RANK
14.265
of 300.369

REPUTAZIONE
3

CONTRIBUTI
6 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
2

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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

  • Thankful Level 2
  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Risposto
Am I running in parallel? (best way to check)
~usejava( 'desktop' ) seems to work even on thread based parallel pools.

oltre 3 anni fa | 1

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

oltre 3 anni fa | 0

Domanda


Coder support for LargeArrayDims
It seems that by default, MATLAB Coder generates MEX files that are compiled without support for the LargeArrayDims option. Thus...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 0 risposte | 1

0

risposte

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

oltre 10 anni fa | 0

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta