Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How can I make my matlab code fast?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
John D'Errico
am 17 Mär. 2017
Bearbeitet: John D'Errico
am 17 Mär. 2017
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.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!