Info

此问题已关闭。 请重新打开它进行编辑或回答。

Improve computing time from Matlab code to other programming language code

2 次查看(过去 30 天)
I have some Matlab code to compute data in Excel. It took about one hour to compute the date of some period. 1. Any suggestion to improve computing time? 2. Which kind of programming language can I rewrite to from Matlab code?
Thank you

回答(2 个)

Walter Roberson
Walter Roberson 2016-2-29
  4 个评论

Jan
Jan 2016-3-1
Use the profile to find the part of the code, which consumes the most time. Then post the relevant part of the code together with meaningful test data, such that we can run it by copy&paste. Without seeing the code it is impossible to guess if it can be accelerated by a factor 12.

此问题已关闭。

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by