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

1 次查看(过去 30 天)
X1fit = estimate(modelX, Xest(:,1),'print',false);

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Voronoi Diagram 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by