photo

Alexander


University College London

Last seen: 1 year 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Why does declaring a global variable take so much time?
I have a function in from a larger program that I profiled in order to try and find some places to gain some speed. The global d...

10 years 前 | 2 个回答 | 1

2

个回答

已回答
MEX : Matlab and Opencv "Viola and Jones Object Detection"
Have you run "mex -setup" from the matlab command line and selected the correct compiler? I'm afraid, from that stack trace I...

10 years 前 | 0

已回答
I am getting the below mentioned problem when I am simulating "Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler."
If you run "mex -setup" from the matlab command line it should give you the option to specify a compiler, if you have one. If yo...

10 years 前 | 0

提问


ode45 on a system of differential equations with vectors as variables
Hi all, I have a system of differential equations: dX/dT = -X + (1 - X) .* (W(R ) * F(X)) where ".*" means element-wise...

10 years 前 | 1 个回答 | 0

1

个回答