How can I measure how long a function runs in Matlab?

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2010-04-17T18:51:23Z Indexed on 2010/04/17 18:53 UTC
Read the original article Hit count: 211

Filed under:
|

I have a Matlab program that is running longer than I'd like it to. Is there built-in way to profile Matlab, similar to how time works in unix?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about profiler