Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Improve computing time from Matlab code to other programming language code

1 回表示 (過去 30 日間)
Jason
Jason 2016 年 2 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Jason
Jason 2016 年 3 月 1 日
Yes, if I need to xlsread() for loop 500 times, how to reduce time?
Walter Roberson
Walter Roberson 2016 年 3 月 2 日
Upgrade to R2015b; or use xlsread1() from the File Exchange

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