photo

Tom Holden


University of Surrey

Last seen: 2 Monate vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

6 Fragen
3 Antworten

RANG
14.265
of 300.369

REPUTATION
3

BEITRÄGE
6 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
2

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 3 Jahre vor | 1

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

mehr als 3 Jahre vor | 0

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 0 Antworten | 1

0

Antworten

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

mehr als 10 Jahre vor | 0

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort