필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I make my matlab code fast?

조회 수: 4 (최근 30일)
Navdeep Sony
Navdeep Sony 2017년 3월 17일
편집: John D'Errico 2017년 3월 17일
I have tried to find the dot product of two matrices but the code takes approximately 12 minutes to compute which is huge amount of time. I asked the question on stackoverflow but didn't find any solution to the problem. Kindly help in recognising what can be done to reduce the time. It will be more helpful if you can modify the code so as to get an efficient code.
Here is the link to the code
  댓글 수: 3
Navdeep Sony
Navdeep Sony 2017년 3월 17일
It is not necessary that everyone will have the same opinion. Some one may come up with a really good solution. Another thing is that you can actually see the link and you will find that no one talked about the solution. So not to talk here about something which is shared somewhere else and not yet answered does not make sense.
John D'Errico
John D'Errico 2017년 3월 17일
편집: John D'Errico 2017년 3월 17일
Your question is not in fact about MATLAB at all, but in how to make your compiled C code as fast as MATLAB. As far as making a MATLAB computed dot product faster, you won't do that too easily, as if they could find a way to make such basic operations faster, they already would have done so. Certainly you will not find much of a boost.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by