CAN I FIND FLOPS FOR A CODE WHICH I HAVE WRITTEN
1 view (last 30 days)
Show older comments
I had a code. i need to compare with other method about how computionally expensive my code is with respect to other code.
5 Comments
Answers (1)
Bruno Luong
on 13 Nov 2018
If you can find an old R6.0 of MATLAB, and your code is able to run with it there is a command floops().
Since MATLAB use LAPACK ro replace LINPACK, there is command is deprecated.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!