Community Profile

photo

Alexander


University College London

Last seen: ongeveer een jaar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

ongeveer 10 jaar ago | 2 answers | 1

2

answers

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

ongeveer 10 jaar ago | 0

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

ongeveer 10 jaar ago | 0

Question


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

ongeveer 10 jaar ago | 1 answer | 0

1

answer