How can I do multiple regression (i = 1:15) in a loop?
Afficher commentaires plus anciens
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
but it didn't work
Thanks in advance!
3 commentaires
per isakson
le 28 Mai 2013
Any error message?
Simon
le 28 Mai 2013
Simon
le 28 Mai 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!