Community Profile

photo

Hannes Greim


Last seen: 5 months ago Active since 2011

Professional Interests: data mining, data analysis, automation, astrophysics, astronomy, high frequency trading, electronic trading, algorithmic trading, lidar, laser remote sensing

Statistics

  • Revival Level 1
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Set up a JDBC connection from Matlab to MySQL on osX
Try adding an "&" at the end of the new portion of the string: ?useSSL=false&

5 years ago | 2

Answered
Which type of function call provides better performance in MATLAB?
Do the answers change once the code is compiled and run with the MCR?

9 years ago | 0

Answered
Finding Duplicate Values per Column
you can use "tabulate" for cell arrays.

11 years ago | 0

Answered
define variable-length matrix row sub-ranges using start and stop indices
Andrei's answer is faster when the input arrays are small. The example below shows that the bsxfun approach has a larger overhea...

13 years ago | 0

Question


define variable-length matrix row sub-ranges using start and stop indices
% Here's an interesting problem. I've tried to make it generic so your answers % (hopefully) will be more widely useful. ...

13 years ago | 2 answers | 0

2

answers