rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

Compile GUARDD for better run-time performance #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GUARDD does not run as fast as it could because MATLAB is an interpreted 
programming language.

To bypass this limitation, MATLAB programs can be compiled ahead of time and 
run as a standalone executable.

http://www.mathworks.com/products/compiler/

Time required
 5-10 hrs?

Difficulty
 Low-medium

I don't expect that any changes to the code are required

Original issue reported on code.google.com by ian.klec...@gmail.com on 11 Sep 2011 at 9:01