Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Eric27

  1. Eric27

    Compiled MATLAB programs run slow.

    Hi all, I've written a simple function to test the compiler: function f = test() tic for i = 1:10000000 A = 2+5; B = A/4; end; toc The .m file run in about 0.1 seconds. After I compile it(mcc -x test.m) the execution time increases to ~3 seconds. I get the same effect if I compile it...

Part and Inventory Search