Info

This question is closed. Reopen it to edit or answer.

slow(er) regressions (and QR)

1 view (last 30 days)
KS
KS on 12 Dec 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
I am in the process of upgrading my matlab from version R2009a to R2011b. While testing I observed that the regressions in R2011b are 2-3 times slower than the ones in R2009a and when I profiled the code I saw that the slowness comes from the qr function (line 75 in regress.m).
Has anyone else observed the same thing and is there a reason for this? Is there a way to speed up the regress function in R2011b?
Thanks in advance for your help,
Kostas

Answers (0)

Community Treasure Hunt

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

Start Hunting!