Improve computing time from Matlab code to other programming language code
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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
댓글 수: 0
답변 (2개)
Walter Roberson
2016년 2월 29일
0 개 추천
댓글 수: 4
Jason
2016년 3월 1일
Walter Roberson
2016년 3월 1일
Only if you currently have a loop of xlsread() of a lot of files. 10 minutes would be more plausible.
Jason
2016년 3월 1일
Walter Roberson
2016년 3월 2일
Upgrade to R2015b; or use xlsread1() from the File Exchange
Jan
2016년 3월 1일
0 개 추천
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.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!