Multivariate regression in a loop

1 次查看(过去 30 天)
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
f

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by