フィルターのクリア

Access Read-Only Properties of Class (GeneralizedLinearModel)

3 ビュー (過去 30 日間)
Ryan Webb
Ryan Webb 2016 年 7 月 6 日
I want to edit the property of a class. For example:
X=randn(100,1);
Y=X + randn(100,1)
mdl=fitglm(X,Y)
but apparently the properties are read-only
>> mdl.Coefficients.Estimate(2)=2
Error using classreg.regr.CompactFitObject/subsasgn (line 233)
The Coefficients property for class GeneralizedLinearModel is read-only.
Is this possible?

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by