photo

Tom Holden


University of Surrey

Last seen: 2 months 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
3 个回答

排名
14,249
of 300,750

声誉
3

贡献数
6 个提问
3 个回答

回答接受率
33.33%

收到投票数
2

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

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

3 years 前 | 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-...

4 years 前 | 0

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 1

0

个回答

已回答
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...

10 years 前 | 0

提问


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

11 years 前 | 1 个回答 | 0

1

个回答