Quote from scriabinop23:
Sounds like you could do the entire process from within matlab (excel not necessary) and dramatically speed things up with the parallel computing toolbox from within matlab (enabling you to use parfor loops etc).
having your data on a SQL server (on a local SSD drive or array of SSDs) instead of from within excel would be a big improvement for you as well. And matlab is great for querying SQL... [you could do SQL express 2012 free edition even]
I'd worry more about disk/etc than processor here....
yes thank you for the suggestion on how to speed this up - right now I am setup with Excel doing he model and Matlab the charts.....could be much faster with c++ for sure....do not have time to transform all the models there right now...maybe later....