Multivariate regression in a loop

I got a matrix A (1x15) with each cell containing 524 x 4 of data, and a Y matrix containing 524 x1 data. I was going for :
For i = 1:15 mdl{i} = LinearModel.fit(A{1,i},Y) end I always end up having a matrix 1x15 with empty cell
Thanks in advance!

 採用された回答

Simon
Simon 2013 年 6 月 4 日

0 投票

f

その他の回答 (0 件)

質問済み:

2013 年 5 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by