how do correct the error in this line? print is nor recognised

1 visualizzazione (ultimi 30 giorni)
X1fit = estimate(modelX, Xest(:,1),'print',false);

Risposta accettata

Adam Danz
Adam Danz il 23 Gen 2021
"Print" is not a name-value option for that function. I think you're looking for,
X1fit = estimate(modelX, Xest(:,1),'Display','off');

Più risposte (0)

Categorie

Scopri di più su Voronoi Diagram in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by