Is LinearModel.fit available in Matlab 2010a
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm trying to use LinearModel.fit but it does not look like Matlab can find it, although I have the Statistical Toolbox:
EDU>> license('test','statistics_toolbox')
ans =
1
Here's what I'm getting:
EDU>> load BCCdata EDU>> x=WS_rm; EDU>> y=Net_ch4; EDU>> mdl = LinearModel.fit(x, y) ??? Undefined variable "LinearModel" or class "LinearModel.fit".
Any idea? Am I doing something wrong or is this not available for 2010a?
0 Kommentare
Akzeptierte Antwort
the cyclist
am 29 Jul. 2013
I think the LinearModel class is more recent than that version. I did some poking around in the documentation archives: http://www.mathworks.com/help/doc-archives.html, and I think it was introduced in R2012a.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!